| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.util.WizardController | WizardController.java:29 | WizardController: User is making a GET request to retrieve characters from DB. |
| 4 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 183 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.util.WizardController | WizardController.java:31 | WizardController: Character list has been retrieved. List size: 0. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 7 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 8 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 8 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 9 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 98 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: createNewCharacter request has been completed. |
| 5915 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:44 | WizardController: User is making a GET request to retrieve characters from DB. |
| 5916 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 6072 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: Character list has been retrieved. List size: 1. |
| 28485 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 28485 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 28486 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 28486 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 28486 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 28488 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: createNewCharacter request has been completed. |
| 33251 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:44 | WizardController: User is making a GET request to retrieve characters from DB. |
| 33252 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 33258 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: Character list has been retrieved. List size: 2. |
| 71123 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 71124 | http-nio-8086-exec-8 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 71124 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 71124 | http-nio-8086-exec-8 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 71125 | http-nio-8086-exec-8 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 71128 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: createNewCharacter request has been completed. |
| 74258 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:44 | WizardController: User is making a GET request to retrieve characters from DB. |
| 74259 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 74262 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: Character list has been retrieved. List size: 3. |
| 107142 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 107143 | http-nio-8086-exec-10 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 107143 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 107143 | http-nio-8086-exec-10 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 107143 | http-nio-8086-exec-10 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 107147 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: createNewCharacter request has been completed. |
| 110715 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:44 | WizardController: User is making a GET request to retrieve characters from DB. |
| 110715 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 110718 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: Character list has been retrieved. List size: 4. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 3 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 3 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 3 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 4 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 265448 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 265448 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 265449 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 265450 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 265450 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 4 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 5 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 6 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 6 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 517898 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 517900 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 517900 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 517901 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 517902 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 581473 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 581474 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 581474 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 581474 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 581474 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=[Wand [wandId=0, wood=holly, feather=null, length=11]], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1137510 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 1137512 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=Wand [wandId=0, wood=holly, feather=null, length=11], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1137513 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1137513 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=Wand [wandId=0, wood=holly, feather=null, length=11], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1137514 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=Wand [wandId=0, wood=holly, feather=null, length=11], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1137562 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: createNewCharacter request has been completed. |
| 1142951 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:44 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1142952 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1143118 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: Character list has been retrieved. List size: 1. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:35 | WizardController: User is making a POST request to add character to DB. |
| 6 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:36 | WizardController: Character retrieved from client side - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=Wand [wandId=0, wood=holly, feather=null, length=11], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 6 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 6 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=Wand [wandId=0, wood=holly, feather=null, length=11], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 7 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=1980-07-31, yearOfBirth=1980, ancestry=half-blood, eyeColor=green, hairColor=black, wands=Wand [wandId=0, wood=holly, feather=null, length=11], patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 95 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: createNewCharacter request has been completed. |
| 4616 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:44 | WizardController: User is making a GET request to retrieve characters from DB. |
| 4617 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 4842 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: Character list has been retrieved. List size: 1. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 4 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 4 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 5 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 5 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 57 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 268737 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 268739 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 268739 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 268739 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 268739 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 268741 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 6 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 6 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 6 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 7 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 73 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 259475 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 259476 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 259476 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 259476 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 259477 | http-nio-8086-exec-4 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, actor=null, imageURL=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 259481 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 608119 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 608120 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, actor=null, imageURL=https://www.google.com, species=human, gender=female, house=Ravenclaw, dateOfBirth=2021-07-31, yearOfBirth=2021, ancestry=muggle-born, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 608120 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 608120 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, actor=null, imageURL=https://www.google.com, species=human, gender=female, house=Ravenclaw, dateOfBirth=2021-07-31, yearOfBirth=2021, ancestry=muggle-born, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 608122 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, actor=null, imageURL=https://www.google.com, species=human, gender=female, house=Ravenclaw, dateOfBirth=2021-07-31, yearOfBirth=2021, ancestry=muggle-born, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 608127 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 720935 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 720936 | http-nio-8086-exec-8 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, actor=null, imageURL=https://www.google.com, species=human, gender=female, house=Ravenclaw, dateOfBirth=2021-07-21, yearOfBirth=2021, ancestry=muggle-born, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 720937 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 720938 | http-nio-8086-exec-8 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, actor=null, imageURL=https://www.google.com, species=human, gender=female, house=Ravenclaw, dateOfBirth=2021-07-21, yearOfBirth=2021, ancestry=muggle-born, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 720939 | http-nio-8086-exec-8 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, actor=null, imageURL=https://www.google.com, species=human, gender=female, house=Ravenclaw, dateOfBirth=2021-07-21, yearOfBirth=2021, ancestry=muggle-born, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 720941 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 847435 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 847436 | http-nio-8086-exec-10 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Joe Danger, actor=null, imageURL=https://www.google.com, species=human, gender=male, house=Hufflepuff, dateOfBirth=1998-07-07, yearOfBirth=1998, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 847436 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 847436 | http-nio-8086-exec-10 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Joe Danger, actor=null, imageURL=https://www.google.com, species=human, gender=male, house=Hufflepuff, dateOfBirth=1998-07-07, yearOfBirth=1998, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 847437 | http-nio-8086-exec-10 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Joe Danger, actor=null, imageURL=https://www.google.com, species=human, gender=male, house=Hufflepuff, dateOfBirth=1998-07-07, yearOfBirth=1998, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=stag, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 847439 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 1376691 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1376692 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1376852 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 5. |
| 1571396 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 1571396 | http-nio-8086-exec-5 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Robert Half, actor=null, imageURL=https://www.google.com, species=elf, gender=male, house=Gryffindor, dateOfBirth=1989-07-03, yearOfBirth=1989, ancestry=pure-blood, eyeColor=red, hairColor=silver, wands=null, patronusForm=rat, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 1571397 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1571397 | http-nio-8086-exec-5 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Robert Half, actor=null, imageURL=https://www.google.com, species=elf, gender=male, house=Gryffindor, dateOfBirth=1989-07-03, yearOfBirth=1989, ancestry=pure-blood, eyeColor=red, hairColor=silver, wands=null, patronusForm=rat, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 1571397 | http-nio-8086-exec-5 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Robert Half, actor=null, imageURL=https://www.google.com, species=elf, gender=male, house=Gryffindor, dateOfBirth=1989-07-03, yearOfBirth=1989, ancestry=pure-blood, eyeColor=red, hairColor=silver, wands=null, patronusForm=rat, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 1571401 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 1587478 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1587478 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1587481 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 6. |
| 1910745 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 1910745 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1910746 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1910746 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1910746 | http-nio-8086-exec-1 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=brown, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1910750 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 1924346 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1924347 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1924349 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 7. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 3 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=red, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 3 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 4 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=red, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 5 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=red, hairColor=black, wands=null, patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 57 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 87557 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 87557 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 87675 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 1. |
| 376525 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 376526 | http-nio-8086-exec-7 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Joe Danger, actor=Jamie Foxx, imageURL=https://www.google.com, species=human, gender=male, house=Hufflepuff, dateOfBirth=1976-01-22, yearOfBirth=1976, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=rat, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 376527 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376528 | http-nio-8086-exec-7 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Joe Danger, actor=Jamie Foxx, imageURL=https://www.google.com, species=human, gender=male, house=Hufflepuff, dateOfBirth=1976-01-22, yearOfBirth=1976, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=rat, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 376528 | http-nio-8086-exec-7 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Joe Danger, actor=Jamie Foxx, imageURL=https://www.google.com, species=human, gender=male, house=Hufflepuff, dateOfBirth=1976-01-22, yearOfBirth=1976, ancestry=half-blood, eyeColor=green, hairColor=black, wands=null, patronusForm=rat, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 376530 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 1155573 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1155574 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1155577 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 2. |
| 1451452 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 1451452 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=half-blood, eyeColor=purple, hairColor=white, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1451453 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1451453 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=half-blood, eyeColor=purple, hairColor=white, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1451453 | http-nio-8086-exec-3 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=half-blood, eyeColor=purple, hairColor=white, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 1451459 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 1658598 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1658599 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1658607 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 3. |
| 1683366 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 1683366 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=test, actor=, imageURL=, species=, gender=, house=, dateOfBirth=null, yearOfBirth=0, ancestry=, eyeColor=, hairColor=, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 1683367 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1683367 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=test, actor=, imageURL=, species=, gender=, house=, dateOfBirth=null, yearOfBirth=0, ancestry=, eyeColor=, hairColor=, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 1683368 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=test, actor=, imageURL=, species=, gender=, house=, dateOfBirth=null, yearOfBirth=0, ancestry=, eyeColor=, hairColor=, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 1683373 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 7 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=red, hairColor=black, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 7 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 7 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=red, hairColor=black, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 8 | http-nio-8086-exec-2 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, actor=Megan Fox, imageURL=https://www.google.com, species=human, gender=female, house=Gryffindor, dateOfBirth=1994-01-18, yearOfBirth=1994, ancestry=pure-blood, eyeColor=red, hairColor=black, wands=Wand [wandId=0, wood=oak, feather=phoenix, length=11], patronusForm=wolf, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 66 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 26037 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 26037 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 26172 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 1. |
| 533807 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:37 | WizardController: User is making a POST request to add character to DB. |
| 533808 | http-nio-8086-exec-7 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:38 | WizardController: Character retrieved from client side - Wizard [id=0, name=Frank Mystic, actor=Morris Chestnut, imageURL=https://www.google.com, species=human, gender=male, house=Ravenclaw, dateOfBirth=1989-07-28, yearOfBirth=1989, ancestry=pure-blood, eyeColor=brown, hairColor=none, wands=Wand [wandId=0, wood=pine, feather=raven, length=16], patronusForm=shark, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 533808 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 533808 | http-nio-8086-exec-7 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Frank Mystic, actor=Morris Chestnut, imageURL=https://www.google.com, species=human, gender=male, house=Ravenclaw, dateOfBirth=1989-07-28, yearOfBirth=1989, ancestry=pure-blood, eyeColor=brown, hairColor=none, wands=Wand [wandId=0, wood=pine, feather=raven, length=16], patronusForm=shark, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 533809 | http-nio-8086-exec-7 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Frank Mystic, actor=Morris Chestnut, imageURL=https://www.google.com, species=human, gender=male, house=Ravenclaw, dateOfBirth=1989-07-28, yearOfBirth=1989, ancestry=pure-blood, eyeColor=brown, hairColor=none, wands=Wand [wandId=0, wood=pine, feather=raven, length=16], patronusForm=shark, isHogwartStudent=true, isHogwartStaff=false, isAlive=true] |
| 533812 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: createNewCharacter request has been completed. |
| 543802 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:46 | WizardController: User is making a GET request to retrieve characters from DB. |
| 543803 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 543807 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:48 | WizardController: Character list has been retrieved. List size: 2. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:62 | WizardController: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | testing postconstruct method... |
| 207 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:37 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$653a052e: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | testing postconstruct method... |
| 235 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:40 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$271ab2f5: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | testing postconstruct method... |
| 219 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:40 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9e2dede8: preloading data from Harry Potter API into social site db... |
| 940 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | <200,[Lcom.azhya.HarryPotterAPI.models.Wizard;@220e34f0,[Server:"Cowboy", Connection:"keep-alive", X-Powered-By:"Express", Access-Control-Allow-Origin:"*", Content-Type:"application/json; charset=utf-8", Content-Length:"9796", Etag:"W/"2644-i5x+AnQuyRHB3IjgVHocmg"", Date:"Sun, 01 Aug 2021 00:26:30 GMT", Via:"1.1 vegur"]> |
| 941 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:54 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9e2dede8: preload data is now complete. |
| 431776 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | testing postconstruct method... |
| 431798 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9e2dede8: preloading data from Harry Potter API into social site db... |
| 432111 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432111 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432111 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432151 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432151 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432151 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432152 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432152 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432152 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432154 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432155 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432155 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432156 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432157 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432157 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432158 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432158 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432158 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432158 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432159 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432160 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432160 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432160 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432161 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432162 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432162 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432162 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432163 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432163 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432163 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432165 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432166 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432167 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432168 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432170 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432171 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432173 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432174 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432174 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432175 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432175 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432176 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432176 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432176 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432176 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432178 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432178 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432178 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432179 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432179 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432179 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432180 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432180 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432180 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=false] |
| 432182 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432182 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432182 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432183 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432183 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432183 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432184 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 432185 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432185 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColor=null, hairColor=null, wands=null, patronusForm=null, isHogwartStudent=false, isHogwartStaff=false, isAlive=true] |
| 432185 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9e2dede8: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cb9b6620: preloading data from Harry Potter API into social site db... |
| 780 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 780 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 781 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 838 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 840 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 842 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 845 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 849 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 851 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 853 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 855 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 857 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 859 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 861 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 863 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 864 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 866 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 870 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 874 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 876 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 878 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 883 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 885 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 886 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cb9b6620: preload data is now complete. |
| 13607 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 13608 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 13749 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| 151540 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cb9b6620: preloading data from Harry Potter API into social site db... |
| 151813 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151818 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151818 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151818 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151820 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151822 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151825 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151825 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151825 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151827 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151827 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151829 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151831 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151834 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151836 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151837 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151839 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151840 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151841 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151844 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151846 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151847 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151849 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151851 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151852 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151854 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=false] |
| 151855 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151856 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151858 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 151858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, isAlive=true] |
| 151859 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cb9b6620: preload data is now complete. |
| 158971 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cb9b6620: preloading data from Harry Potter API into social site db... |
| 211432 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cb9b6620: preloading data from Harry Potter API into social site db... |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$795c0d2e: preloading data from Harry Potter API into social site db... |
| 777 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 778 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 778 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 847 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 850 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 852 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 855 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, imageURL=null, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 857 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 857 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 859 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 861 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, imageURL=null, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 864 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 866 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, imageURL=null, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, imageURL=null, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, imageURL=null, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 874 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, imageURL=null, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 878 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 880 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 882 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 884 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, imageURL=null, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 886 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 886 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 886 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 888 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 888 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 888 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 890 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 890 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 890 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, imageURL=null, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 892 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 892 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 892 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, imageURL=null, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 894 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 894 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 894 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, imageURL=null, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 895 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$795c0d2e: preload data is now complete. |
| 11208 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 11208 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 11356 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a91a96c1: preloading data from Harry Potter API into social site db... |
| 785 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 786 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 786 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, feather=null, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 827 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, feather=null, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 829 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, feather=null, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 831 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 832 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 833 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 833 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 833 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 835 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 837 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 839 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 841 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, feather=null, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 845 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 848 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, feather=null, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 850 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 851 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, feather=null, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 853 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 855 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, feather=null, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 858 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, feather=null, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 860 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, feather=null, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 863 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, feather=null, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 865 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, feather=null, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 866 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 869 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 871 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, feather=null, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 873 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a91a96c1: preload data is now complete. |
| 15363 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 15364 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 15522 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| 267021 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a91a96c1: preloading data from Harry Potter API into social site db... |
| 267302 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267302 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267302 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267307 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267309 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267310 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267311 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267311 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267312 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267313 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267315 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267316 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267318 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267319 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267319 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267320 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267320 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267320 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267320 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267321 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267321 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267322 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267322 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267323 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267324 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267324 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267324 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267325 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267325 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267325 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267327 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267327 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267327 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267329 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267329 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267329 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267330 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267330 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267330 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267332 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267332 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267332 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267334 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267334 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267334 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267335 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267335 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267335 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267336 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267336 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267336 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267337 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267338 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267338 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 267339 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267339 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267339 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267340 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267340 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267340 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267342 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 267342 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267342 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 267342 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a91a96c1: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$26acbc0e: preloading data from Harry Potter API into social site db... |
| 791 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 793 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 793 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 837 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 839 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 842 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 842 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 842 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 844 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 847 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 849 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 851 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 854 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 856 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 858 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 859 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 861 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 863 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 865 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 866 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 869 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 870 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 874 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 877 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 879 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 880 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 882 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 884 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:63 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$26acbc0e: preload data is now complete. |
| 10021 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 10021 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 10177 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: preloading data from Harry Potter API into social site db... |
| 795 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 796 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 796 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 796 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, actor=Daniel Radcliffe, image=http://hp-api.herokuapp.com/images/harry.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 836 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, actor=Emma Watson, image=http://hp-api.herokuapp.com/images/hermione.jpeg, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 838 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, actor=Rupert Grint, image=http://hp-api.herokuapp.com/images/ron.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 840 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, actor=Tom Felton, image=http://hp-api.herokuapp.com/images/draco.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, actor=Dame Maggie Smith, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 845 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, actor=Robert Pattinson, image=http://hp-api.herokuapp.com/images/cedric.png, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 847 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, actor=Katie Leung, image=http://hp-api.herokuapp.com/images/cho.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 849 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, actor=Alan Rickman, image=http://hp-api.herokuapp.com/images/snape.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 852 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, actor=Robbie Coltrane, image=http://hp-api.herokuapp.com/images/hagrid.png, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 854 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, actor=Matthew Lewis, image=http://hp-api.herokuapp.com/images/neville.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 856 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, actor=Evanna Lynch, image=http://hp-api.herokuapp.com/images/luna.jpg, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 857 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 857 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, actor=Bonnie Wright, image=http://hp-api.herokuapp.com/images/ginny.jpg, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 860 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, actor=Gary Oldman, image=http://hp-api.herokuapp.com/images/sirius.JPG, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, actor=David Thewlis, image=http://hp-api.herokuapp.com/images/lupin.jpg, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 864 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, actor=Mark Williams, image=http://hp-api.herokuapp.com/images/arthur.jpg, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 865 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, actor=Helena Bonham Carter, image=http://hp-api.herokuapp.com/images/bellatrix.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, actor=Ralph Fiennes, image=http://hp-api.herokuapp.com/images/voldemort.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 870 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, actor=Jim Broadbent, image=http://hp-api.herokuapp.com/images/slughorn.JPG, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, actor=George Harris, image=http://hp-api.herokuapp.com/images/kingsley.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 873 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, actor=Imelda Staunton, image=http://hp-api.herokuapp.com/images/umbridge.jpg, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, actor=Jason Isaacs, image=http://hp-api.herokuapp.com/images/lucius.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 877 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, actor=Jamie Waylett, image=http://hp-api.herokuapp.com/images/crabbe.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=false] |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 879 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, actor=Josh Herdman, image=http://hp-api.herokuapp.com/images/goyle.jpg, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, actor=Maxime, Alanis and Tommy the cats, image=http://hp-api.herokuapp.com/images/norris.JPG, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 884 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:53 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, actor=David Bradley, image=http://hp-api.herokuapp.com/images/filch.jpg, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, alive=true] |
| 886 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: preload data is now complete. |
| 343138 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: preloading data from Harry Potter API into social site db... |
| 343437 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$98569755: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@81af2123 |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: preloading data from Harry Potter API into social site db... |
| 756 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@81af2123 |
| 757 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 757 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@81af2123 |
| 757 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@81af2123 |
| 802 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@147c921b |
| 802 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 803 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@147c921b |
| 803 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@147c921b |
| 804 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@6ba65912 |
| 804 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 804 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@6ba65912 |
| 805 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@6ba65912 |
| 806 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@dfea0de |
| 806 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 806 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@dfea0de |
| 807 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@dfea0de |
| 809 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@70c3557e |
| 809 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 809 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@70c3557e |
| 809 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@70c3557e |
| 810 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@d5943d29 |
| 811 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 811 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@d5943d29 |
| 811 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@d5943d29 |
| 813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@47d1728b |
| 813 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@47d1728b |
| 813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@47d1728b |
| 814 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@1408607d |
| 814 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 815 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@1408607d |
| 815 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@1408607d |
| 817 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@da836db6 |
| 817 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 817 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@da836db6 |
| 817 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@da836db6 |
| 818 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@a0b607a8 |
| 819 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@a0b607a8 |
| 819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@a0b607a8 |
| 820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@b1311e8a |
| 820 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@b1311e8a |
| 820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@b1311e8a |
| 822 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@3b29056a |
| 822 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 822 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@3b29056a |
| 822 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@3b29056a |
| 823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@ddf310e9 |
| 823 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@ddf310e9 |
| 823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@ddf310e9 |
| 825 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@f8d9ddae |
| 825 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 825 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@f8d9ddae |
| 825 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@f8d9ddae |
| 827 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@8e5285f6 |
| 827 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 827 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@8e5285f6 |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@8e5285f6 |
| 829 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@a5c5d4fe |
| 829 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 829 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@a5c5d4fe |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@a5c5d4fe |
| 831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@c8eef036 |
| 831 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@c8eef036 |
| 832 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@c8eef036 |
| 833 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@3ccf25cb |
| 833 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@3ccf25cb |
| 834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@3ccf25cb |
| 835 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@6baaf3b3 |
| 836 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@6baaf3b3 |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@6baaf3b3 |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@f2584bbb |
| 837 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@f2584bbb |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@f2584bbb |
| 839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@ccedeeb0 |
| 839 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@ccedeeb0 |
| 839 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@ccedeeb0 |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@6f9e2b07 |
| 841 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@6f9e2b07 |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@6f9e2b07 |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@3b30138 |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@3b30138 |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@3b30138 |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@a8cf55f7 |
| 844 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@a8cf55f7 |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@a8cf55f7 |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: character from external URL - com.azhya.HarryPotterAPI.models.Wizard@79a26ead |
| 846 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: com.azhya.HarryPotterAPI.models.Wizard@79a26ead |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: com.azhya.HarryPotterAPI.models.Wizard@79a26ead |
| 847 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7bf9d11b: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: preloading data from Harry Potter API into social site db... |
| 792 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 792 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 793 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 793 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=false, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 832 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 833 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 833 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 833 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=false, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 837 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=false, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 840 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=false, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 845 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 847 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 847 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=false, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 849 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 850 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=false, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 852 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 853 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 855 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 857 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 857 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 857 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 857 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=false, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 859 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 861 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=false, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 864 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 867 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 869 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 871 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=false, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 874 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 877 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 880 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 882 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e64351ff: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: preloading data from Harry Potter API into social site db... |
| 760 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 761 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 761 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 761 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 814 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 814 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 814 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 816 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 816 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 816 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 816 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 819 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 822 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 822 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 822 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 822 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 824 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 824 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 824 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 824 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 827 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 827 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 831 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 831 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 834 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 835 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 835 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 837 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 838 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 841 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 844 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 846 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 848 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 852 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 856 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 859 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 861 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 865 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 867 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 869 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 869 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 871 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 874 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$cf1be913: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: preloading data from Harry Potter API into social site db... |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 866 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 920 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 920 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 920 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 921 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 923 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 924 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 925 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 926 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 927 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 929 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 929 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 929 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 929 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 931 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 931 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 931 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 931 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 933 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 933 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 933 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 933 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 935 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 937 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 938 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 940 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 942 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 951 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 952 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 954 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 955 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 955 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 959 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 959 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 959 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 959 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 960 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 960 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 960 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 960 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 962 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 964 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 965 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 966 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 967 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 968 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 968 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 968 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 970 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 970 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 970 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 970 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 971 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 972 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 972 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 972 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 973 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 973 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 973 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 974 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 975 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b722efe1: preload data is now complete. |
| 23723 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 23724 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 23865 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| 226921 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 226921 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 226931 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| 236523 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:40 | WizardController: User is making a POST request to add character to DB. |
| 236524 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:41 | WizardController: Character retrieved from client side - Wizard [id=0, name=Azhya Knox, species=human, gender=female, house=Gryffindor, dateOfBirth=18-01-1994, yearOfBirth=1994, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=oak, core=unicorn hair, length=12], patronus=wolf, hogwartsStudent=true, hogwartsStaff=false, actor=Gabriel Union, alive=true, image=http://hp-api.herokuapp.com/images/azhya.jpg] |
| 236524 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 236524 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Azhya Knox, species=human, gender=female, house=Gryffindor, dateOfBirth=18-01-1994, yearOfBirth=1994, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=oak, core=unicorn hair, length=12], patronus=wolf, hogwartsStudent=true, hogwartsStaff=false, actor=Gabriel Union, alive=true, image=http://hp-api.herokuapp.com/images/azhya.jpg] |
| 236524 | http-nio-8086-exec-6 | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Azhya Knox, species=human, gender=female, house=Gryffindor, dateOfBirth=18-01-1994, yearOfBirth=1994, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=oak, core=unicorn hair, length=12], patronus=wolf, hogwartsStudent=true, hogwartsStaff=false, actor=Gabriel Union, alive=true, image=http://hp-api.herokuapp.com/images/azhya.jpg] |
| 236530 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:43 | WizardController: createNewCharacter request has been completed. |
| 241134 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 241134 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 241144 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 26. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: preloading data from Harry Potter API into social site db... |
| 2014 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2015 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2016 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2016 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2120 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2120 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2121 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2121 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2125 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2125 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2126 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2126 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2130 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2131 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2131 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2133 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2137 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2137 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2138 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2138 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2142 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2142 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2143 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2143 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2149 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2150 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2150 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2151 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2154 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2155 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2155 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2156 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2159 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2159 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2160 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2160 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2164 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2165 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2165 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2165 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2168 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2168 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2169 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2169 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2172 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2173 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2173 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2174 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2177 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2178 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2178 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2179 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2183 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2183 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2184 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2184 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2187 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2188 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2188 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2189 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2191 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2191 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2192 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2192 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2196 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2196 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2197 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2197 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2201 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2202 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2202 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2203 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2205 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2206 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2206 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2207 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2210 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2210 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2211 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2211 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2216 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2217 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2217 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2218 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2221 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2221 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2223 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2223 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2226 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2227 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2227 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2227 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2231 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2231 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2231 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2232 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2234 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2234 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2235 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2235 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2238 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9c21ec49: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preloading data from Harry Potter API into social site db... |
| 1883 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1884 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1885 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2025 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2026 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2027 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2028 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2034 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2035 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2036 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2043 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2044 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2045 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2047 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2053 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2055 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2056 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2057 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2062 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2063 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2064 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2065 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2071 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2072 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2073 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2074 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2080 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2081 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2082 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2083 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2088 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2090 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2090 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2091 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2096 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2097 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2098 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2099 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2104 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2104 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2105 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2106 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2112 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2113 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2113 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2114 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2120 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2121 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2122 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2129 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2130 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2131 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2132 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2137 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2138 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2139 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2140 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2145 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2147 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2148 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2148 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2157 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2158 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2158 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2159 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2164 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2165 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2165 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2166 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2171 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2172 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2173 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2174 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2178 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2179 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2180 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2181 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2185 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2186 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2187 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2187 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2193 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2194 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2195 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2196 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2200 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2201 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2201 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2202 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2206 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2207 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2208 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2208 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2212 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2213 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2213 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2214 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2218 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preloading data from Harry Potter API into social site db... |
| 1667 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1668 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1668 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1669 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1738 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1739 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1739 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1740 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1743 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1744 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1744 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1745 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1748 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1748 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1749 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1750 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1753 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1754 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1754 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1754 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1758 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1759 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1759 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1760 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1763 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1764 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1764 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1765 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1767 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1767 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1768 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1768 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1770 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1770 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1772 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1772 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1775 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1775 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1776 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1776 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1778 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1778 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1779 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1779 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1781 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1782 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1782 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1782 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1785 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1785 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1785 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1786 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1790 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1790 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1790 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1791 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1793 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1794 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1794 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1794 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1797 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1797 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1798 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1798 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1801 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1802 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1802 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1803 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1806 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1806 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1809 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1810 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1810 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1810 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1813 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1813 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1813 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1814 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1816 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1816 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1817 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1817 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1820 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1821 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1821 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1821 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1823 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1824 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1824 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1824 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1826 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1826 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1826 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1826 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1828 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1828 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1831 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preloading data from Harry Potter API into social site db... |
| 1715 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1715 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1716 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1717 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1813 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1814 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1814 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1815 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1818 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1819 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1819 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1820 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1823 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1825 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1826 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1827 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1831 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1835 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1836 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1841 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1841 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1842 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1843 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1846 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1847 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1847 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1848 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1852 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1852 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1852 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1857 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1857 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1858 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1859 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1860 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1861 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1864 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1865 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1865 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1868 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1869 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1870 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1874 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1879 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1879 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1879 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1881 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1882 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1886 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1886 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1889 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1890 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1890 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1890 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1894 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1899 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1903 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1907 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1907 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1908 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1908 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1912 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1912 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1913 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1913 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1915 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1916 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1916 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1918 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1918 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1919 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1919 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1921 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 1 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preloading data from Harry Potter API into social site db... |
| 1776 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1777 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1778 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1778 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1868 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1869 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1872 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1873 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1877 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1877 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1877 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1879 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1883 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1883 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1887 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1892 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1892 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1892 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1893 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1896 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1896 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1897 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1900 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1901 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1903 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1907 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1907 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1907 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1907 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1910 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1910 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1914 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1914 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1918 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1919 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1919 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1919 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1924 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1925 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1925 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1928 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1929 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1934 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1934 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1935 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1935 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1940 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1944 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1945 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1946 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1949 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1949 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1950 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1950 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1954 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1955 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1956 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1957 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1960 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1960 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1966 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1967 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1968 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1968 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1973 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1974 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1975 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1975 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1979 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1980 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1980 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1980 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1983 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: preloading data from Harry Potter API into social site db... |
| 1677 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1677 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1678 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1679 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1785 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1787 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1787 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1787 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1791 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1791 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1792 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1793 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1795 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1796 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1796 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1798 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1802 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1802 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1803 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1804 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1808 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1808 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1809 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1812 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1813 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1814 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1814 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1818 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1819 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1819 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1820 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1824 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1824 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1825 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1825 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1828 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1829 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1833 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1838 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1838 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1839 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1842 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1843 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1843 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1844 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1847 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1847 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1848 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1848 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1851 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1854 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1854 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1854 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1855 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1861 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1861 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1862 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1862 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1865 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1865 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1866 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1868 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1869 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1872 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1874 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1875 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1879 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1880 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1880 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1883 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1884 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1885 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1888 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1890 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1891 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1894 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1897 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1897 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1900 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preloading data from Harry Potter API into social site db... |
| 1920 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1921 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1921 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1922 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2025 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2026 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2026 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2027 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2032 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2032 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2037 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2037 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2038 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2040 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2044 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2044 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2045 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2045 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2049 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2050 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2050 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2051 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2054 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2054 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2055 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2055 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2059 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2059 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2060 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2060 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2065 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2066 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2067 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2067 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2071 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2072 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2072 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2073 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2075 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2076 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2076 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2077 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2079 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2080 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2080 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2081 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2085 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2085 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2085 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2085 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2088 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2089 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2089 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2089 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2092 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2092 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2093 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2093 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2097 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2097 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2098 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2098 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2103 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2103 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2103 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2104 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2107 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2107 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2108 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2108 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2112 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2113 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2113 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2118 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2119 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2119 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2120 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2123 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2123 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2123 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2126 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2127 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2127 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2128 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2131 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2132 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2132 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2133 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2136 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2139 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2139 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2139 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2139 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2141 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: preloading data from Harry Potter API into social site db... |
| 1782 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1783 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1784 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1786 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1881 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1881 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1888 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1889 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1892 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1893 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1893 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1899 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1901 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1905 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1905 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1906 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1909 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1910 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1910 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1914 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1914 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1917 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1919 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1920 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1920 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1924 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1924 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1924 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1926 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1928 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1928 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1928 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1931 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1931 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1931 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1931 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1936 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1937 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1941 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1942 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1944 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1945 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1948 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1949 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1949 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1949 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1955 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1956 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1956 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1957 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1959 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1960 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1964 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1965 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1965 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1965 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1971 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1972 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1973 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1973 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1977 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1977 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1978 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1978 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1982 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1983 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1984 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1987 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1988 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1988 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1988 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1990 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1990 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1991 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1991 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1993 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1993 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1994 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1994 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1996 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$4f0abdff: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: preloading data from Harry Potter API into social site db... |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1857 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1858 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1942 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1943 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1944 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1947 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1948 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1948 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1948 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1952 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1953 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1953 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1955 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1962 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1963 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1964 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1968 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1968 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1969 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1970 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1974 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1976 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1977 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1978 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1983 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1984 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1984 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1989 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1989 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1990 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1990 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1995 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1996 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1996 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1996 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1999 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2000 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2000 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2001 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2004 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2004 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2005 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2005 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2008 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2009 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2010 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2010 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2016 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2017 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2021 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2021 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2022 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2022 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2026 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2028 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2028 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2029 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2033 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2036 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2037 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2037 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2037 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2040 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2041 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2042 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2042 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2046 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2047 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2047 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2048 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2051 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2052 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2052 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2053 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2056 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2056 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2057 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2057 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2060 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2060 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2062 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2062 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2065 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2065 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2066 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2066 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2069 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2069 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2070 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2070 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2073 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ec65f050: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: preloading data from Harry Potter API into social site db... |
| 1808 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1809 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1809 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1810 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1891 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1891 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1891 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1892 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1896 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1896 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1897 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1901 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1902 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1906 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1910 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1910 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1916 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1917 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1917 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1918 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1923 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1924 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1924 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1928 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1928 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1930 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1941 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1945 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1946 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1947 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1951 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1952 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1955 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1956 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1963 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1963 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1963 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1963 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1967 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1968 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1968 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1969 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1972 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1973 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1973 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1974 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1978 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1979 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1979 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1980 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1984 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1984 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1984 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1991 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1992 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1992 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1993 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1996 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1997 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1997 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1998 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2003 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2004 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2005 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2005 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2011 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2011 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2012 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2013 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2016 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2017 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2023 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2024 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2024 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2025 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2028 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2028 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2029 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2029 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2033 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2040 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2040 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2040 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2041 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2044 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e714c496: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preloading data from Harry Potter API into social site db... |
| 1931 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1932 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1932 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1933 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2033 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2033 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2038 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2038 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2039 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2039 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2044 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2045 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2046 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2049 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2052 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2053 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2054 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2054 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2058 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2058 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2059 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2060 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2066 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2067 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2068 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2068 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2071 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2072 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2072 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2073 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2076 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2076 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2077 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2077 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2082 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2083 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2083 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2084 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2087 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2087 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2088 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2089 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2092 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2093 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2093 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2094 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2098 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2099 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2101 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2102 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2111 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2112 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2113 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2119 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2119 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2120 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2120 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2124 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2125 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2126 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2127 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2137 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2138 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2138 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2139 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2142 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2142 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2143 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2143 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2148 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2149 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2149 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2150 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2154 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2154 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2154 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2154 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2158 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2159 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2159 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2160 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2162 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2163 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2165 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2165 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2169 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2170 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2171 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2171 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2176 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2176 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2177 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2177 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2180 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2180 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2180 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2182 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2185 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preloading data from Harry Potter API into social site db... |
| 1756 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1757 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1757 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1758 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1861 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1861 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1862 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1865 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1866 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1866 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1867 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1875 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1876 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1879 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1885 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1886 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1893 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1893 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1898 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1904 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1905 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1906 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1911 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1912 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1912 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1916 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1917 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1917 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1917 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1920 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1921 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1922 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1926 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1926 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1927 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1927 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1930 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1930 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1930 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1933 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1933 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1934 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1934 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1937 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1937 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1938 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1941 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1942 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1942 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1953 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1954 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1954 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1954 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1957 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1958 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1965 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1965 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1966 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1966 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1970 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1971 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1971 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1972 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1974 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1975 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1975 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1976 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1979 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1979 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1979 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1980 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1984 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1984 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1985 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1989 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1989 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1990 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1990 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1993 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1994 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1994 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1994 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1997 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$93f572ff: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 1 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: preloading data from Harry Potter API into social site db... |
| 1742 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1742 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1743 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1743 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1832 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1838 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1838 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1839 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1842 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1843 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1844 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1846 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1849 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1850 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1850 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1854 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1855 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1855 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1859 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1859 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1862 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1863 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1863 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1867 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1868 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1868 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1872 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1872 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1877 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1877 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1883 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1888 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1889 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1890 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1893 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1894 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1895 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1898 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1904 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1905 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1923 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1924 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1925 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1930 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1935 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1941 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1942 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1945 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1946 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1948 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1949 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1949 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1949 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1954 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1954 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1955 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1955 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1958 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1959 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1959 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1960 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1962 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1963 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1963 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1963 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1967 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1968 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1969 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1969 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1972 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$1cc496d3: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: preloading data from Harry Potter API into social site db... |
| 1632 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1633 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1633 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1634 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1722 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1722 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1723 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1723 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1726 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1727 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1727 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1728 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1731 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1732 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1733 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1734 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1739 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1740 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1740 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1741 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1744 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1745 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1745 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1746 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1751 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1751 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1753 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1753 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1757 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1757 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1758 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1758 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1762 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1762 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1763 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1763 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1767 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1768 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1768 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1770 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1773 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1774 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1775 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1775 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1790 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1791 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1792 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1793 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1801 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1805 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1809 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1813 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1814 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1814 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1815 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1818 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1818 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1819 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1819 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1823 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1823 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1824 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1824 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1829 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1835 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1836 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1838 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1842 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1843 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1843 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1844 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1849 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1850 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1857 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1857 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1858 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1861 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1862 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1863 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1863 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1867 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1868 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1872 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1873 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1877 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1879 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1880 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1880 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1885 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$ff49ddce: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: preloading data from Harry Potter API into social site db... |
| 1613 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1614 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1615 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1615 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1708 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1708 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1709 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1709 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1713 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1715 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1716 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1716 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1719 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1720 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1721 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1723 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1727 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1728 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1729 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1729 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1733 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1733 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1734 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1734 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1738 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1739 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1743 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1743 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1747 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1749 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1749 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1749 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1752 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1752 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1753 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1753 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1756 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1757 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1757 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1758 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1761 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1761 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1762 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1762 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1766 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1766 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1767 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1767 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1770 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1771 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1771 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1772 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1775 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1776 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1776 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1777 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1780 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1780 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1780 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1781 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1784 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1784 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1784 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1785 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1789 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1790 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1790 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1791 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1795 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1795 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1795 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1797 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1800 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1801 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1801 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1802 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1805 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1806 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1811 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1811 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1811 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1812 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1815 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1816 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1816 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1817 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1821 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1821 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1822 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1822 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1827 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1828 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1828 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1832 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1836 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$c452d93b: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preloading data from Harry Potter API into social site db... |
| 1841 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1843 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1843 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1844 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1924 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1925 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1925 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1926 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1929 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1930 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1930 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1933 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1934 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1934 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1940 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1941 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1945 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1946 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1946 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1947 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1950 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1950 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1951 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1951 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1961 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1961 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1962 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1962 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1968 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1969 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1969 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1970 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1974 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1975 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1976 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1976 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1979 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1979 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1979 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1980 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1982 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1983 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1986 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1986 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1987 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1988 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1992 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1993 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1993 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1994 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1998 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1998 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1998 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2000 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2002 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2003 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2003 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2003 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2008 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2008 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2008 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2008 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2012 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2013 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2013 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2013 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2017 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2017 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2020 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2020 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2021 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2021 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2023 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2024 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2024 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2024 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2030 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2031 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2031 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2031 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2035 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2035 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2035 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2038 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2038 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2038 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2038 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2040 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2041 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2041 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2042 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2047 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e14b6851: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: preloading data from Harry Potter API into social site db... |
| 1423 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1424 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1424 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1425 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1501 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1503 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1506 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1508 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1509 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1509 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1510 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1512 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1514 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1515 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1517 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1517 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1517 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1517 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1520 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1521 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1524 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1525 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1535 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1540 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1540 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1541 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1541 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1545 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1545 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1545 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1545 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1549 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1549 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1549 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1550 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1554 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1554 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1554 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1555 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1559 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1559 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1559 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1559 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1564 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1564 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1564 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1564 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1567 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1567 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1567 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1567 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1570 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1573 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1574 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1576 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1576 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1576 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1578 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1580 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1580 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1580 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1581 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1582 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1582 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1582 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1583 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1583 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1584 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1584 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1585 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: preload data is now complete. |
| 182123 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:49 | WizardController: User is making a GET request to retrieve characters from DB. |
| 182127 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 182430 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: Character list has been retrieved. List size: 25. |
| 1626337 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: preloading data from Harry Potter API into social site db... |
| 1627293 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1627293 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627293 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1627293 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1627314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1627315 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1627315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1627325 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1627326 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627326 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1627326 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1627330 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1627331 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627331 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1627331 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1627339 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1627339 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627340 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1627340 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1627343 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1627343 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627344 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1627344 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1627347 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1627348 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627349 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1627349 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1627361 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1627362 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627363 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1627363 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1627371 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1627372 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627372 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1627372 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1627376 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1627377 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627377 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1627377 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1627381 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1627382 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627383 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1627389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1627395 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1627396 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1627398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1627409 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1627409 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627409 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1627410 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1627432 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1627433 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627433 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1627434 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1627438 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1627439 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627439 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1627439 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1627444 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1627445 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627445 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1627446 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1627460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1627460 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1627461 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1627474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1627476 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1627477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1627485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1627486 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1627487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1627491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1627491 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627492 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1627492 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1627495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1627496 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1627496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1627499 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1627500 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1627500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1627504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1627505 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1627505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1627508 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1627508 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627509 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1627509 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1627512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1627512 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1627512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1627512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1627514 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: preload data is now complete. |
| 5456889 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: preloading data from Harry Potter API into social site db... |
| 5457231 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 5457231 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457231 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 5457231 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 5457237 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 5457237 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457237 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 5457238 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 5457240 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 5457240 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457240 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 5457240 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 5457242 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 5457242 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457242 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 5457242 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 5457244 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 5457244 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457245 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 5457245 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 5457246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 5457247 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457247 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 5457247 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 5457248 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 5457249 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457249 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 5457249 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 5457250 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 5457250 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 5457251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 5457251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 5457252 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 5457252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 5457253 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 5457253 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457253 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 5457254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 5457255 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 5457255 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457255 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 5457255 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 5457258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 5457258 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457259 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 5457259 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 5457261 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 5457261 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457262 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 5457262 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 5457264 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 5457264 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457265 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 5457265 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 5457267 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 5457268 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457268 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 5457268 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 5457270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 5457270 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 5457270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 5457274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 5457274 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457275 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 5457275 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 5457276 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 5457276 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457276 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 5457277 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 5457280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 5457280 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 5457280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 5457281 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 5457281 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457281 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 5457282 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 5457285 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 5457285 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457285 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 5457285 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 5457287 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 5457287 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457287 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 5457287 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 5457289 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 5457290 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457290 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 5457290 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 5457292 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 5457292 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457292 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 5457292 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 5457295 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 5457296 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 5457296 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 5457296 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 5457298 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b9b6d1fb: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: preloading data from Harry Potter API into social site db... |
| 1703 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1704 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1704 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1705 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1806 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1806 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1806 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1807 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1810 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1811 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1811 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1812 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1815 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1816 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1817 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1819 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1822 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1822 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1823 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1823 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1827 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1827 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1828 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1828 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1831 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1831 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1832 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1835 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1836 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1836 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1840 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1841 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1841 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1842 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1845 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1845 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1845 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1846 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1849 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1849 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1850 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1850 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1854 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1854 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1862 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1864 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1865 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1868 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1869 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1870 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1870 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1872 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1874 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1879 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1879 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1880 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1886 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1890 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1891 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1891 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1892 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1896 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1897 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1901 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1902 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1903 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1908 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1909 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1917 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1917 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1917 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1921 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1922 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1922 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1926 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1928 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1928 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1936 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1937 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1938 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1943 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$36486f4b: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: preloading data from Harry Potter API into social site db... |
| 1981 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1982 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1982 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1983 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2083 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2084 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2084 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2085 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2090 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2090 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2090 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2092 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2094 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2095 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2095 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2097 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2101 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2101 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2102 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2102 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2107 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2107 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2108 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2109 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2112 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2113 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2113 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2116 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2117 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2117 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2117 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2123 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2123 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2127 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2127 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2127 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2128 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2131 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2131 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2132 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2132 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2135 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2135 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2139 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2140 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2140 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2141 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2144 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2145 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2145 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2146 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2149 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2150 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2150 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2150 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2155 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2155 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2156 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2156 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2160 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2161 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2161 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2162 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2164 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2165 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2165 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2166 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2168 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2169 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2169 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2171 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2174 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2174 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2175 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2175 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2178 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2179 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2179 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2180 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2183 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2183 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2184 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2184 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2188 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2189 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2190 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2190 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2193 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2194 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2194 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2195 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2198 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2198 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2199 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2199 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2203 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: preloading data from Harry Potter API into social site db... |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1901 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1901 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1902 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2005 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2005 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2006 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2006 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2011 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2012 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2013 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2014 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2019 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2019 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2020 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2022 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2025 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2026 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2026 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2026 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2030 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2030 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2031 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2031 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2034 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2035 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2035 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2036 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2039 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2040 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2041 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2041 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2045 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2046 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2046 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2047 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2050 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2051 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2051 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2052 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2056 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2057 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2057 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2058 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2062 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2062 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2062 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2063 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2066 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2067 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2068 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2070 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2073 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2073 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2074 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2074 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2077 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2078 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2078 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2078 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2081 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2082 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2082 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2082 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2089 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2090 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2090 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2091 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2095 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2096 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2096 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2097 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2102 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2104 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2104 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2105 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2109 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2110 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2111 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2111 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2117 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2117 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2117 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2118 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2123 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2124 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2125 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2134 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2135 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2136 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2141 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2141 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2141 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2142 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2144 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2145 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2146 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2147 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2150 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: preloading data from Harry Potter API into social site db... |
| 827 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 828 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 871 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 878 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 884 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 884 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 887 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 887 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 887 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 887 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 889 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 889 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 889 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 889 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 891 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 891 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 891 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 891 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 893 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 895 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 897 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 897 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 897 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 897 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 899 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 899 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 899 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 899 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 901 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 903 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 905 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 905 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 905 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 906 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 909 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 909 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 910 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 910 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 913 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 913 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 913 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 913 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 915 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 915 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 915 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 916 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 916 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 917 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 917 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 917 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 918 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 919 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 919 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 919 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 921 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 922 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 922 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 923 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 926 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 928 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 928 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 928 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 928 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 929 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b1d6af8b: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: preloading data from Harry Potter API into social site db... |
| 1734 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1735 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1736 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1736 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1828 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1829 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1834 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1834 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1835 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1838 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1839 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1839 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1840 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1844 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1845 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1845 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1846 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1849 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1850 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1850 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1851 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1854 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1855 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1855 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1859 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1859 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1863 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1864 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1865 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1867 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1868 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1872 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1872 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1877 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1877 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1881 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1881 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1882 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1887 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1887 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1891 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1893 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1899 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1900 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1905 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1905 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1906 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1906 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1910 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1911 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1911 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1914 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1914 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1915 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1916 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1918 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1919 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1919 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1919 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1922 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1923 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1923 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1928 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1928 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1929 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1932 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1932 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1933 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1934 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1936 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1936 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1937 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1939 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1939 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1940 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1942 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e003bf2a: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: preloading data from Harry Potter API into social site db... |
| 1711 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1712 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1712 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1713 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1810 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1811 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1811 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1812 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1814 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1815 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1815 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1815 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1819 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1820 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1820 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1821 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1824 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1825 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1825 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1826 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1829 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1829 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1830 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1833 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1833 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1834 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1837 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1837 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1838 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1838 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1840 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1841 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1841 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1842 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1845 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1845 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1846 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1846 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1848 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1849 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1849 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1850 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1853 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1853 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1853 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1853 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1856 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1856 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1857 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1859 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1860 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1860 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1863 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1863 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1864 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1867 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1867 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1868 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1869 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1873 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1873 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1874 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1876 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1877 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1877 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1878 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1880 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1881 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1881 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1881 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1884 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1885 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1885 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1886 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1888 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1889 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1889 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1890 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1893 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1894 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1894 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1898 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1899 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1899 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1901 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1902 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1902 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1902 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1904 | main | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1905 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1905 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1905 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1907 | main | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a5daa2a: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: preloading data from Harry Potter API into social site db... |
| 1422 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1423 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1423 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1423 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1485 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1488 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1490 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1497 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1497 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1499 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1500 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1502 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1502 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1502 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1505 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1507 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1507 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1507 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1507 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1511 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1511 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1511 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1511 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1513 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1514 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1516 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1516 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1516 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1516 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1518 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1519 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1520 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1521 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1524 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1525 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1525 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1531 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1534 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1537 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1540 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1541 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1541 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1542 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1546 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1547 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1547 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1547 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1551 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1552 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1552 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1552 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1555 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1556 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1556 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1556 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1560 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1560 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1560 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1560 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1562 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1563 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1563 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1563 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1565 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: preload data is now complete. |
| 92035 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:50 | WizardController: User is making a GET request to retrieve characters from DB. |
| 92035 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:24 | WizardServiceImpl: retrieving the list of characters from DB. |
| 92326 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:52 | WizardController: Character list has been retrieved. List size: 25. |
| 142650 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:75 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 375973 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: preloading data from Harry Potter API into social site db... |
| 376413 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 376415 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376417 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 376417 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 376427 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 376427 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376427 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 376427 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 376429 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 376429 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376429 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 376430 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 376431 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 376432 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376432 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 376432 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 376434 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 376435 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376435 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 376435 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 376436 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 376437 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376437 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 376437 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 376438 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 376439 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376439 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 376439 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 376440 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 376440 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376440 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 376440 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 376442 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 376442 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376442 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 376442 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 376444 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 376444 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376444 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 376444 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 376445 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 376445 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376445 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 376446 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 376446 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 376446 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376447 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 376447 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 376448 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 376450 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376450 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 376450 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 376450 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 376451 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376451 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 376451 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 376452 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 376452 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376452 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 376452 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 376454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 376454 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 376454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 376456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 376456 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 376456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 376458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 376458 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 376458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 376459 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 376459 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 376460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 376461 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 376461 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376461 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 376461 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 376461 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 376461 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376462 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 376462 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 376463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 376463 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 376463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 376465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 376465 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 376465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 376467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 376467 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 376467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 376469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 376469 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 376469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 376469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 376472 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7e0e8793: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: preloading data from Harry Potter API into social site db... |
| 1695 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1695 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1696 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1696 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1797 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1797 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1797 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1798 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1802 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1803 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1803 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1803 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1805 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1805 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1806 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1806 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1809 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1809 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1809 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1810 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1812 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1813 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1813 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1819 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1827 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1829 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1829 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1829 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1842 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1848 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1848 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1851 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1860 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1867 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1877 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1894 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1902 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1902 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1902 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1918 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1918 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1918 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1919 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1931 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1934 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1939 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1940 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1951 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1958 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1964 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1973 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1974 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1974 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1981 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1982 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1990 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1990 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 1990 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1996 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2000 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:48 | WizardServiceImpl: saving character into DB. |
| 2002 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2002 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:69 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2011 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b8ea9daa: preload data is now complete. |
| 50825 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:75 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 50858 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:59 | WizardController: Character has been retrieved: Wizard [id=1, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=1, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg]. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: preloading data from Harry Potter API into social site db... |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 879 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 932 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 932 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 932 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 932 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 934 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 935 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 936 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 938 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 939 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 941 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 943 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 945 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 947 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 949 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 951 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 955 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 955 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 957 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 958 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 960 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 961 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 961 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 961 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 963 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 964 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 964 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 964 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 966 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 966 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 966 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 966 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 969 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 970 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 971 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 973 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 973 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 973 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 974 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 976 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 976 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 976 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 977 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 978 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 978 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 978 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 979 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 980 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 980 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 980 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 982 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 984 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 985 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 987 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 987 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 987 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 988 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 989 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 990 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 991 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 993 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: preload data is now complete. |
| 9071 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 9088 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2079320 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 2. |
| 2079325 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Hermione Granger. |
| 2093937 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2093939 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2790942 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: preloading data from Harry Potter API into social site db... |
| 2791263 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2791264 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791264 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2791264 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2791270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2791270 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2791270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2791272 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2791272 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791272 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2791272 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2791274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2791274 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2791274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2791276 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2791276 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791276 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2791276 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2791277 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2791277 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791278 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2791278 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2791280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2791280 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2791280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2791283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2791283 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2791283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2791285 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2791285 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791286 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2791286 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2791287 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2791287 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791287 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2791287 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2791289 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2791289 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791289 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2791289 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2791291 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2791291 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791291 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2791291 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2791293 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2791293 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791293 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2791293 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2791294 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2791294 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791294 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2791294 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2791296 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2791296 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791296 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2791296 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2791297 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2791298 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791298 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2791298 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2791299 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2791299 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791299 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2791300 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2791301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2791303 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2791303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2791303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2791304 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2791304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2791305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2791305 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2791305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2791306 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2791307 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2791307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2791308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2791308 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2791309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2791310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2791310 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2791310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2791311 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2791312 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2791312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2791313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2791313 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2791313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2791313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2791314 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$b3a05d58: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: preloading data from Harry Potter API into social site db... |
| 1302 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1303 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1437 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1437 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1438 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1438 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1442 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1443 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1443 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1443 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1451 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1453 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1469 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1476 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1483 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1484 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1494 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1505 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1512 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1513 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1518 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1522 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1522 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1522 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1528 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1535 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1541 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1542 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1542 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1542 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1546 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1547 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1547 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1547 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1551 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1552 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1552 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1552 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1554 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1554 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1554 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1554 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1556 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1556 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1557 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1557 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1559 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1559 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1559 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1559 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1563 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1564 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1564 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1564 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1568 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1570 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1574 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1579 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1581 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1581 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1581 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1582 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1584 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: preload data is now complete. |
| 31026 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house Gryffindor |
| 31026 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of Gryffindor house from DB. |
| 31121 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 10. |
| 63246 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house Ravenclaw |
| 63247 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of Ravenclaw house from DB. |
| 63249 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 2. |
| 2221790 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house null |
| 2221792 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 2221794 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 0. |
| 2233501 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 2233502 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 2233615 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 2373492 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house "" |
| 2373492 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of "" house from DB. |
| 2373493 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 0. |
| 2589277 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: preloading data from Harry Potter API into social site db... |
| 2589582 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2589582 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589582 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2589582 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2589586 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2589586 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589586 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2589586 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2589587 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2589587 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589588 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2589588 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2589589 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2589589 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589589 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2589589 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2589591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2589591 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2589591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2589592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2589592 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2589592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2589593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2589593 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2589594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2589595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2589595 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2589595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2589596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2589596 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2589596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2589597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2589597 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2589597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2589598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2589598 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2589599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2589600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2589601 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589601 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2589601 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2589602 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2589602 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589602 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2589602 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2589603 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2589603 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589603 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2589603 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2589604 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2589604 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589604 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2589604 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2589605 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2589606 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589606 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2589606 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2589607 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2589607 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589607 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2589607 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2589608 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2589608 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589608 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2589609 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2589609 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2589610 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589610 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2589610 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2589611 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2589611 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589611 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2589611 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2589612 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2589612 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589612 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2589612 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2589613 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2589613 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589613 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2589613 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2589615 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2589615 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589615 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2589615 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2589617 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2589617 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589617 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2589617 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2589618 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2589618 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2589618 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2589618 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2589619 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$7ecaa82e: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: preloading data from Harry Potter API into social site db... |
| 795 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 795 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 795 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 795 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 856 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 859 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 860 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 867 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 867 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 870 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 874 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 877 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 878 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 880 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 880 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 883 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 885 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 887 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 887 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 887 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 887 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 889 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 889 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 889 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 889 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 891 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 891 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 892 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 892 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 893 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 894 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 894 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 895 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 896 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 897 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 897 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 897 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 898 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 899 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 899 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 899 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 900 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 901 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 903 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 905 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 905 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 905 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 905 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 906 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 906 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 907 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 907 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 909 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: preload data is now complete. |
| 10811 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:75 | WizardController: User is making a GET request to retrieve characters from DB by house |
| 10811 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of house from DB. |
| 10862 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:77 | WizardController: Character list has been retrieved. List size: 3. |
| 38449 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house Ravenclaw |
| 38450 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of Ravenclaw house from DB. |
| 38453 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 2. |
| 259643 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: preloading data from Harry Potter API into social site db... |
| 259940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 259940 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 259941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 259946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 259946 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 259946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 259947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 259947 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 259948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 259949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 259950 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 259950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 259951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 259952 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 259952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 259953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 259953 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 259954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 259956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 259956 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259957 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 259957 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 259958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 259958 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 259958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 259960 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 259960 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259960 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 259961 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 259962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 259962 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 259962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 259963 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 259963 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259963 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 259964 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 259965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 259965 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 259965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 259966 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 259966 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259966 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 259967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 259967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 259967 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 259967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 259969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 259969 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 259969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 259971 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 259971 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259971 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 259971 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 259974 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 259974 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259974 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 259974 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 259975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 259975 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 259975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 259977 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 259977 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259977 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 259977 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 259977 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 259978 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259978 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 259978 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 259979 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 259979 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259979 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 259979 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 259981 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 259981 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259981 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 259981 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 259982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 259982 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 259982 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 259983 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 259983 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259983 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 259983 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 259984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 259984 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 259984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 259984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 259986 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$96d98cca: preload data is now complete. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 770 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 771 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 772 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 772 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 815 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 815 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 815 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 815 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 817 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 817 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 817 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 818 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 819 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 820 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 820 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 823 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 823 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 825 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 826 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 826 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 826 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 828 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 828 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 830 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 830 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 832 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 832 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 832 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 832 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 834 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 834 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 835 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 835 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 836 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 837 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 838 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 838 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 840 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 840 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 841 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 842 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 842 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 843 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 843 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 845 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 845 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 849 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 849 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 851 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 852 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 852 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 853 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 854 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 854 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 855 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 856 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 856 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 858 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 858 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 860 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 860 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 863 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 863 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 865 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 867 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 45691 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 45984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 45984 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 45985 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 45989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 45989 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 45989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 45991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 45991 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 45991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 45992 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 45992 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45992 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 45992 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 45994 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 45994 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45994 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 45994 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 45996 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 45996 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45996 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 45996 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 45997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 45997 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 45997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 45998 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 45999 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45999 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 45999 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 46001 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 46001 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46001 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 46001 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 46003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 46003 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 46004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 46005 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 46005 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46005 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 46006 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 46007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 46007 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 46007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 46009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 46010 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46010 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 46010 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 46011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 46011 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46012 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 46012 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 46013 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 46013 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46013 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 46013 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 46014 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 46014 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46015 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 46015 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 46016 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 46016 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46016 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 46016 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 46018 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 46018 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46018 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 46018 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 46020 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 46020 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46020 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 46020 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 46021 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 46021 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46022 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 46022 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 46023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 46023 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 46023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 46023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 46023 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 46023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 46025 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 46025 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46025 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 46026 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 46027 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 46027 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46027 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 46028 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 46029 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 46029 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46029 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 46029 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 46031 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 68141 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameHarry |
| 68141 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Harry] in name. |
| 68188 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 0. |
| 138492 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameHarry Potter |
| 138492 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Harry Potter] in name. |
| 138495 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 0. |
| 143348 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameHarry&Potter |
| 143349 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Harry&Potter] in name. |
| 143350 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 0. |
| 183872 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house Ravenclaw |
| 183872 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of Ravenclaw house from DB. |
| 183890 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 2. |
| 254160 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 254450 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 254450 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254450 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 254450 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 254454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 254454 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 254454 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 254456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 254456 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 254456 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 254458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 254458 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 254458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 254458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 254458 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 254459 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 254460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 254460 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 254460 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 254462 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 254462 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254462 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 254462 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 254463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 254463 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 254463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 254463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 254464 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254464 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 254465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 254465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 254465 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 254466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 254467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 254467 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 254467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 254469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 254469 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 254469 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 254470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 254470 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 254470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 254472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 254472 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 254472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 254473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 254474 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 254474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 254474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 254474 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 254475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 254476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 254476 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 254476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 254478 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 254478 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254478 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 254478 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 254479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 254479 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 254479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 254480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 254480 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 254480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 254481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 254481 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 254481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 254483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 254483 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 254483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 254484 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 254484 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254484 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 254484 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 254485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 254485 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 254486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 254486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 254486 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 254486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 254487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 254488 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 265921 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameHarry |
| 265921 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Harry] in name. |
| 265924 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 1. |
| 273703 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameH |
| 273703 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [H] in name. |
| 273706 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 4. |
| 367443 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameh |
| 367443 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [h] in name. |
| 367446 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 5. |
| 479064 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 479368 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 479368 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479368 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 479369 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 479374 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 479374 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479374 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 479374 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 479375 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 479375 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479375 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 479375 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 479376 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 479376 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479376 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 479376 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 479377 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 479377 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479377 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 479377 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 479379 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 479379 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479379 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 479379 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 479380 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 479381 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479381 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 479381 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 479382 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 479382 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479382 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 479382 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 479383 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 479383 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479383 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 479383 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 479383 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 479384 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479384 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 479384 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 479384 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 479385 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479385 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 479385 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 479385 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 479386 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479386 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 479386 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 479387 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 479387 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479387 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 479387 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 479388 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 479388 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479388 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 479388 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 479389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 479389 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 479389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 479390 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 479390 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479390 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 479390 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 479392 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 479392 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479392 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 479392 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 479393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 479393 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 479393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 479394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 479394 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 479394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 479396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 479396 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 479396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 479397 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 479397 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479397 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 479397 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 479398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 479398 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 479398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 479399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 479400 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479400 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 479400 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 479401 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 479401 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479401 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 479401 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 479402 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 479402 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 479402 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 479402 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 479403 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 519194 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 519509 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 519509 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519509 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 519509 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 519513 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 519513 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519513 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 519514 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 519515 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 519515 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519515 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 519515 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 519516 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 519516 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519516 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 519516 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 519517 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 519517 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 519518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 519518 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 519518 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519519 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 519519 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 519519 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 519519 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519519 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 519520 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 519520 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 519520 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519520 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 519520 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 519521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 519521 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 519521 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 519522 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 519522 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519522 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 519522 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 519523 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 519523 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519523 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 519523 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 519524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 519524 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 519524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 519526 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 519526 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519526 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 519526 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 519527 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 519527 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519527 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 519527 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 519528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 519528 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 519528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 519528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 519528 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 519529 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 519530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 519530 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 519531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 519532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 519533 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 519533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 519533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 519533 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 519534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 519535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 519535 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 519535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 519535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 519535 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 519535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 519536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 519537 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 519537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 519537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 519537 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 519537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 519538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 519539 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519539 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 519539 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 519539 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 519539 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 519539 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 519539 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 519540 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 531031 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameH |
| 531031 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [H] in name. |
| 531036 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 8. |
| 579945 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameA |
| 579945 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [A] in name. |
| 579953 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 18. |
| 921992 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 922301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 922301 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 922301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 922305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 922305 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 922305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 922306 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 922306 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922306 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 922306 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 922307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 922307 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 922307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 922308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 922308 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 922308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 922310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 922310 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 922310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 922311 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 922311 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922311 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 922311 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 922312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 922312 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 922312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 922313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 922313 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 922313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 922313 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 922314 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 922314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 922314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 922314 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 922314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 922315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 922315 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 922315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 922316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 922316 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 922316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 922317 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 922317 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922317 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 922317 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 922318 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 922318 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922318 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 922318 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 922319 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 922319 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922319 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 922319 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 922320 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 922321 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922321 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 922321 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 922321 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 922322 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922322 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 922322 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 922322 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 922323 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922323 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 922323 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 922323 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 922323 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922323 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 922323 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 922324 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 922324 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922324 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 922324 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 922325 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 922325 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922325 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 922325 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 922326 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 922326 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922326 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 922326 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 922326 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 922327 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922327 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 922327 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 922328 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 922328 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 922328 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 922328 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 922328 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1045966 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1046258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1046258 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1046258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1046262 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1046262 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046262 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1046262 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1046262 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1046263 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046263 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1046263 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1046263 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1046263 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046263 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1046264 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1046264 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1046264 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046264 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1046265 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1046265 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1046265 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046265 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1046265 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1046266 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1046266 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046266 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1046266 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1046267 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1046267 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046267 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1046267 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1046269 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1046269 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1046270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1046270 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1046270 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046271 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1046271 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1046271 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1046271 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046271 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1046271 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1046272 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1046272 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046272 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1046272 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1046273 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1046273 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046273 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1046273 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1046274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1046274 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1046274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1046274 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1046275 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046275 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1046275 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1046275 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1046275 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046275 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1046276 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1046277 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1046277 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046277 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1046277 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1046278 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1046278 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046278 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1046278 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1046279 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1046279 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046279 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1046279 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1046280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1046280 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1046280 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1046281 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1046281 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046281 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1046281 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1046282 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1046282 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046282 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1046282 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1046282 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1046282 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046282 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1046283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1046283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1046283 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1046283 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1046284 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1046285 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1046285 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1046285 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1046286 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1050613 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1050861 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1050862 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1050862 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1050864 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1050865 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050865 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1050866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1050866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1050866 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1050866 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1050868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1050868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1050868 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1050868 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1050870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1050870 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1050870 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1050871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1050871 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1050871 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1050872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1050872 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1050872 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1050873 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1050873 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1050873 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050873 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1050874 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1050875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1050875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1050875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1050875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1050875 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1050875 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1050876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1050876 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1050876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1050876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1050876 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1050876 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1050878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1050878 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1050878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1050878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1050878 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1050878 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1050879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1050879 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1050879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1050879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1050879 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1050879 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1050881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1050881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1050881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1050881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1050881 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1050881 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1050882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1050882 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1050882 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1050883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1050883 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1050883 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1050885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1050885 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1050885 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1050885 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1057059 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1057295 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1057295 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057295 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1057295 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1057299 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1057299 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057299 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1057299 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1057300 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1057300 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057300 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1057300 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1057301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1057301 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1057301 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1057302 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1057302 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057302 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1057302 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1057303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1057303 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1057303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1057303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1057303 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1057303 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1057304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1057304 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1057304 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1057305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1057305 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1057305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1057305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1057305 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1057305 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1057307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1057307 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1057307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1057307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1057307 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1057307 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1057308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1057308 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1057308 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1057309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1057309 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1057309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1057309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1057309 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1057309 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1057310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1057310 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1057310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1057310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1057310 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1057310 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1057312 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1057312 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1057312 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1057312 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1057314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1057314 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1057314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1057314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1057314 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1057314 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1057315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1057315 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1057315 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1057316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1057316 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1057316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1057316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1057316 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1057316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1057316 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1057318 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1132398 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:91 | WizardController: User is making a GET request to retrieve characters from DB by given gender: female |
| 1132398 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [female] in gender. |
| 1132402 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:93 | WizardController: Character list has been retrieved. List size: 8. |
| 1174300 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:91 | WizardController: User is making a GET request to retrieve characters from DB by given gender: male |
| 1174301 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 1174306 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:93 | WizardController: Character list has been retrieved. List size: 17. |
| 1412748 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1413027 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1413027 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413027 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1413028 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1413030 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1413031 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413031 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1413031 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1413032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1413032 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1413032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1413032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1413032 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1413032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1413033 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1413033 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413033 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1413033 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1413034 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1413034 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1413034 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1413035 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1413036 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1413036 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413036 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1413036 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1413036 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1413036 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413036 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1413036 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1413037 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1413037 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413037 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1413037 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1413038 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1413038 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413038 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1413038 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1413039 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1413039 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413039 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1413039 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1413039 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1413040 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413041 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1413041 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1413041 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1413041 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413041 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1413041 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1413042 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1413043 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413043 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1413043 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1413044 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1413044 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413044 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1413044 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1413044 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1413045 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413045 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1413045 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1413046 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1413046 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413046 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1413046 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1413046 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1413047 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413047 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1413047 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1413048 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1413048 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413048 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1413048 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1413049 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1413049 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413049 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1413049 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1413049 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1413049 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1413050 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1413050 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1413050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1413051 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1514169 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1514458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1514458 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1514458 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1514461 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1514461 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1514463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1514463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1514463 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1514463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1514463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1514465 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1514465 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1514466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1514466 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1514466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1514466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1514466 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1514466 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1514467 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1514468 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1514468 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1514468 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1514468 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1514470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1514470 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1514470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1514470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1514470 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1514470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1514471 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1514472 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1514472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1514472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1514472 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1514472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1514473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1514473 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1514473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1514474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1514474 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1514474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1514475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1514475 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1514475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1514476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1514477 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1514477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1514477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1514477 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1514477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1514479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1514479 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1514479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1514479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1514479 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1514479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1514481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1514481 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1514481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1514481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1514481 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1514481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1514482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1514482 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1514482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1514483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1514483 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1514483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1514483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1514483 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1514483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1514483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1514484 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1527841 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1528112 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1528112 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528112 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1528112 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1528115 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1528115 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528115 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1528115 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1528116 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1528116 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528116 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1528116 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1528116 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1528116 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528117 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1528117 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1528117 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1528117 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528117 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1528117 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1528117 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1528117 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528118 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1528118 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1528118 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1528118 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528118 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1528118 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1528118 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1528119 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528119 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1528119 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1528119 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1528119 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528119 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1528119 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1528120 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1528120 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528120 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1528120 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1528121 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1528121 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528121 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1528121 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1528122 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1528122 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528122 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1528122 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1528123 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1528123 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528123 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1528123 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1528124 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1528124 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528124 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1528124 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1528124 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1528124 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528124 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1528124 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1528125 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1528125 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528125 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1528125 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1528126 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1528126 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528126 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1528126 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1528126 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1528126 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528127 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1528127 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1528127 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1528127 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528127 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1528127 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1528128 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1528128 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528128 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1528128 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1528128 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1528128 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528129 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1528129 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1528129 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1528129 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528129 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1528129 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1528130 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1528130 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528130 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1528130 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1528130 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1528130 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528130 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1528130 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1528131 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1528131 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1528131 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1528131 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1528131 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1593761 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 1593761 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 1689706 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1689989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1689989 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1689989 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1689992 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1689993 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689993 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1689993 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1689993 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1689993 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689993 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1689993 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1689994 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1689994 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689994 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1689994 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1689995 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1689996 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689996 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1689996 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1689997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1689997 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1689997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1689997 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1689997 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689998 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1689998 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1689999 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1689999 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1689999 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1690000 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1690000 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1690000 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1690002 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1690002 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690002 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1690002 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1690002 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1690003 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1690003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1690003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1690003 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1690003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1690004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1690004 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1690004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1690004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1690004 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1690005 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1690005 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1690005 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690005 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1690005 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1690006 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1690006 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690006 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1690006 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1690007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1690007 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1690007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1690007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1690007 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1690007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1690008 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1690008 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690008 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1690008 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1690009 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1690009 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1690009 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1690009 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1690010 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1690011 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1690011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1690011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1690011 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1690011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1690011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1690011 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1698899 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 1698899 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 1751588 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1752192 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1752192 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752192 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1752192 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1752195 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1752196 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752196 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1752196 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1752196 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1752196 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752196 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1752196 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1752197 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1752197 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752197 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1752197 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1752197 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1752197 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752197 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1752197 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1752198 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1752198 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1752198 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1752199 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1752199 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1752199 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1752199 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1752200 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1752200 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752200 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1752200 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1752200 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1752200 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752200 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1752200 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1752201 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1752201 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752201 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1752201 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1752201 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1752201 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752201 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1752202 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1752202 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1752202 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752202 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1752204 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1752204 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1752204 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752204 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1752204 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1752204 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1752204 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752204 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1752205 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1752205 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1752205 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752205 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1752205 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1752206 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1752206 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752206 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1752206 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1752206 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1752206 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752206 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1752206 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1752207 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1752207 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752207 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1752207 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1752207 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1752207 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752207 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1752207 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1752208 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1752208 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752208 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1752208 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1752208 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1752209 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752209 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1752209 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1752209 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1752209 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1752209 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1752209 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1752211 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1782649 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1782937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1782937 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1782937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1782941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1782941 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1782941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1782941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1782941 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1782941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1782942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1782942 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1782942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1782943 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1782943 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1782943 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1782943 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1782944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1782944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1782944 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1782945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1782945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1782945 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1782945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1782945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1782945 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1782946 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1782946 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1782946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1782946 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1782947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1782948 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1782948 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1782948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1782948 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1782949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1782949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1782950 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1782950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1782950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1782950 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1782950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1782951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1782951 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782951 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1782952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1782952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1782952 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1782952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1782952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1782952 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1782953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1782953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1782953 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1782953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1782954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1782954 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1782954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1782954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1782954 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782954 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1782955 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1782955 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1782955 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1782955 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1782955 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1782956 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 1789260 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 1789260 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 1831136 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 1831463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1831463 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831463 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1831464 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1831470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1831470 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1831470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1831470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1831470 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1831470 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1831471 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1831471 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831471 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1831472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1831472 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1831473 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1831473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1831473 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1831474 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1831474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1831474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1831474 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1831474 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1831475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1831475 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1831475 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1831476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1831476 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1831476 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1831477 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1831477 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1831477 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1831478 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831478 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1831478 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1831479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1831479 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1831479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1831479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1831479 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1831479 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1831480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1831480 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1831480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1831480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1831480 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1831480 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1831481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1831481 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1831481 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1831482 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1831482 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1831482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1831482 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1831483 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1831484 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1831485 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1831485 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1831486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1831486 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1831486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1831486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1831487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1831487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1831487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1831487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1831487 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2117343 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2117621 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2117621 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117621 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2117621 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2117624 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2117625 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117625 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2117625 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2117625 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2117625 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117625 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2117625 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2117626 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2117626 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117626 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2117627 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2117627 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2117627 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117627 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2117627 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2117628 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2117628 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117628 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2117628 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2117628 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2117629 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117629 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2117629 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2117630 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2117630 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117630 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2117630 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2117630 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2117630 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117630 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2117630 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2117631 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2117631 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117631 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2117631 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2117631 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2117631 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117631 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2117631 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2117632 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2117632 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117632 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2117632 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2117632 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2117632 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117632 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2117632 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2117633 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2117633 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2117633 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117633 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2117634 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2117635 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2117635 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117635 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2117635 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2117635 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2117635 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117635 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2117635 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2117636 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2117636 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117636 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2117636 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2117637 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2117637 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117637 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2117637 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2117638 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2117638 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2117638 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2117638 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2117639 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2117640 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117640 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2117640 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2117640 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2117640 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: saving character into DB. |
| 2117640 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:51 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2117640 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:71 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2117640 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2127931 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2128160 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2128160 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128160 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2128161 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2128163 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2128163 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128163 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2128164 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2128164 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2128164 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128164 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2128164 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2128164 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2128164 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2128165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2128165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2128165 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2128165 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2128166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2128166 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2128166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2128166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2128166 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2128166 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2128167 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2128167 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2128167 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2128167 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2128168 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2128168 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2128168 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2128169 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2128169 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2128169 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2128169 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2128170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2128170 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2128170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2128170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2128170 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128170 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2128171 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2128171 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2128171 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2128172 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2128172 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2128172 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2128172 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2128173 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2128173 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128173 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2128173 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2128173 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2128173 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128173 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2128173 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2128174 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2128174 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2128174 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2128174 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2128174 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2138219 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 2138220 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 2551110 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2551385 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2551385 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551385 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2551385 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2551389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2551389 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2551389 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2551390 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2551390 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551390 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2551390 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2551391 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2551391 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551391 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2551391 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2551391 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2551391 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551391 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2551391 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2551392 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2551392 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551392 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2551392 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2551393 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2551393 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2551393 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2551393 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2551394 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2551394 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2551394 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2551394 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2551394 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2551396 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2551396 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2551396 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2551396 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2551397 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2551397 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551397 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2551397 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2551398 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2551398 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2551398 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2551398 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2551399 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2551399 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2551399 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2551399 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2551399 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551400 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2551400 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2551400 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2551401 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2551401 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2551401 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2551401 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2556551 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 2556551 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 2631259 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2631524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2631524 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2631524 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2631528 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2631528 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2631528 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2631528 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631529 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2631529 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2631529 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2631529 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631529 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2631529 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2631530 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2631530 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2631530 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2631530 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2631531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2631531 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2631531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2631531 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2631531 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2631532 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2631532 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2631532 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2631533 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2631533 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2631533 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2631533 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2631533 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2631534 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2631535 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2631535 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2631535 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2631536 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2631536 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2631536 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2631536 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2631537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2631537 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2631537 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2631538 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2631538 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2631538 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2631538 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2631540 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2635100 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 2635100 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 2635104 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:101 | WizardController: Character list has been retrieved. List size: 11. |
| 2661246 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2661482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2661482 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2661482 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2661486 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2661487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2661487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2661487 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2661487 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2661488 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2661488 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661488 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2661488 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2661489 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2661489 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2661489 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2661489 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2661489 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2661490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2661490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2661490 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2661490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2661491 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2661491 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2661491 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2661491 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2661492 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2661492 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661492 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2661492 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2661493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2661493 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2661493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2661493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2661493 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2661493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2661494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2661494 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2661494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2661495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2661495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2661495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2661495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2661496 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2661496 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2661496 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2661496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2661497 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661497 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2661497 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2661498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2661498 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2661498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2661498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2661498 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2693312 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2693585 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2693585 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693585 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2693585 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2693588 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2693588 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693588 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2693589 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2693589 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2693590 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693590 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2693590 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2693591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2693591 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2693591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2693591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2693591 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2693591 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2693592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2693592 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2693592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2693592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2693592 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693592 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2693593 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2693593 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2693593 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2693594 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2693594 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2693594 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2693594 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2693595 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2693595 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2693595 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2693596 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2693596 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2693596 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693596 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2693597 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2693597 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2693597 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2693598 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2693598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2693598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2693598 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2693598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2693598 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2693599 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2693599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2693599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2693599 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2693599 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2693600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2693600 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2693600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2693600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2693600 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2693600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2693600 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2693600 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2722237 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2722490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2722490 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2722490 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2722493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2722493 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2722493 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2722494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2722494 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2722494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2722494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2722494 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2722494 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2722495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2722495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2722495 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722495 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2722496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2722496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2722496 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2722496 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2722497 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2722498 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2722498 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2722499 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2722499 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722499 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2722499 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2722500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2722500 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2722500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2722500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2722500 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2722500 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2722501 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2722501 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2722501 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722501 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2722502 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2722502 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2722502 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722502 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2722502 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2722503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2722503 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2722503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2722503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2722503 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2722503 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2722504 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2722504 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2722504 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2722504 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2722505 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2722505 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2722505 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2722506 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2722506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2722506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2722506 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2722506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2722506 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2722506 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2761372 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 2761676 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2761677 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761677 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2761677 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 2761679 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2761680 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761680 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2761680 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2761681 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2761681 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2761681 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2761681 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 2761682 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2761682 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761682 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2761682 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 2761682 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2761682 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761682 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2761682 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 2761683 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2761683 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761683 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2761683 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 2761683 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2761683 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761683 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2761684 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 2761684 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2761684 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761684 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2761684 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 2761685 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2761685 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761685 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2761685 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 2761685 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2761686 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761686 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2761686 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 2761686 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2761686 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761686 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2761686 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2761687 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2761687 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2761687 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2761687 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 2761688 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2761689 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761689 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2761689 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 2761690 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2761690 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761690 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2761690 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 2761691 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2761692 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761692 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2761692 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 2761692 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2761692 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761692 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2761693 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 2761694 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2761694 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761694 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2761695 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 2761696 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2761696 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761696 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2761696 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 2761697 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2761697 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761697 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2761697 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 2761697 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2761697 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761697 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2761698 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 2761698 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2761698 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 2761699 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2761699 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 2761700 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 2800732 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:107 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 2800733 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 2800737 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:109 | WizardController: Character list has been retrieved. List size: 8. |
| 3058260 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 3058564 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3058565 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058565 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3058565 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3058568 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3058569 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058569 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3058569 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3058570 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3058570 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3058570 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3058570 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3058571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3058571 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3058571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3058571 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3058572 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3058572 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3058572 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3058572 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3058572 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3058573 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3058573 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058573 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3058573 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3058574 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3058574 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3058574 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3058574 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3058575 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3058575 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3058575 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3058575 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3058576 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3058576 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058576 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3058576 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3058577 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3058577 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3058577 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3058577 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3058578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3058578 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3058578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3058578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3058578 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3058578 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3058579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3058579 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3058579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3058579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3058579 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3058579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3058579 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3058579 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 3061798 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 3062074 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3062074 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062074 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3062074 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3062077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3062077 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3062077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3062077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3062077 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3062077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3062078 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3062078 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062079 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3062079 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3062079 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3062079 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062079 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3062079 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3062079 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3062080 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062080 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3062080 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3062081 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3062081 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062081 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3062081 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3062082 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3062082 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062082 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3062082 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3062083 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3062083 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062083 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3062083 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3062084 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3062084 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062084 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3062084 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3062085 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3062085 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3062085 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062085 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3062086 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3062086 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3062086 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062086 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3062086 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3062087 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3062087 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062087 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3062087 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3062087 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3062087 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062087 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3062087 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3062088 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3062088 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062088 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3062088 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3062089 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3062089 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3062089 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3062089 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3062090 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062090 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3062090 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3062091 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3062091 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3062091 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3062091 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3062092 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3062092 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3062092 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3062092 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3062093 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 3206950 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 3207242 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3207243 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207243 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3207243 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3207246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3207246 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3207246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3207246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3207246 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3207246 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3207247 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3207248 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207248 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3207248 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3207248 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3207248 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207248 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3207248 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3207249 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3207249 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207249 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3207249 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3207250 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3207250 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207250 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3207250 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3207251 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3207251 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3207251 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207251 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3207252 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3207252 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3207252 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3207252 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3207253 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207253 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3207253 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3207254 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3207254 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3207254 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3207254 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3207255 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3207255 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3207256 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3207256 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3207256 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3207257 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3207257 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207257 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3207257 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3207257 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3207257 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207257 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3207257 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3207258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3207258 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3207258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3207258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3207258 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3207258 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3207259 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3207259 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3207259 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3207259 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3207259 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 3213469 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preloading data from Harry Potter API into social site db... |
| 3213732 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3213732 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213733 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3213733 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 3213736 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3213736 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213736 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3213736 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 3213736 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3213736 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213736 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3213736 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 3213737 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3213737 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213737 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3213737 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 3213737 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3213737 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213737 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3213737 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3213738 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3213738 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3213738 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3213738 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 3213739 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3213739 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213739 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3213739 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 3213739 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3213739 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213739 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3213739 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3213740 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3213740 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 3213740 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3213741 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3213741 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3213741 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3213741 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 3213742 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3213742 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213742 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3213742 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 3213742 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3213742 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213742 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3213742 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 3213743 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3213743 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213743 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3213743 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 3213743 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3213743 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213743 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3213743 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3213744 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3213744 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 3213744 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3213745 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213745 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3213745 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 3213746 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3213746 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213746 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3213746 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 3213747 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3213747 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213747 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3213747 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 3213747 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3213747 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 3213747 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3213747 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 3213747 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$9bac31d: preload data is now complete. |
| 3282516 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:115 | WizardController: User is making a GET request to retrieve characters from DB with living status as false |
| 3282516 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: false |
| 3282519 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:117 | WizardController: Character list has been retrieved. List size: 7. |
| 3490930 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:115 | WizardController: User is making a GET request to retrieve characters from DB with living status as false |
| 3490930 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: false |
| 3490934 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:117 | WizardController: Character list has been retrieved. List size: 7. |
| 3505395 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:115 | WizardController: User is making a GET request to retrieve characters from DB with living status as true |
| 3505395 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| 3505400 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:117 | WizardController: Character list has been retrieved. List size: 18. |
| 3518365 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:115 | WizardController: User is making a GET request to retrieve characters from DB with living status as false |
| 3518365 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: false |
| 3518367 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:117 | WizardController: Character list has been retrieved. List size: 7. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 21 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 21 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 20 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 28 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 25 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 35 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 41 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 33 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 25 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 47 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 32 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 39 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 50 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 58 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 23 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 28 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 65 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 26 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 70 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 74 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 32 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 41 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 75 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 26 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 33 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 57 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 64 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 56 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 73 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 25 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 69 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 1 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 38 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 61 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 74 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 1 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 30 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 38 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 89 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 69 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 23 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 38 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 61 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 69 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 35 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 92 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 22 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 35 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 39 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 60 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 60 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 84 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 26 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 64 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 64 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 79 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 85 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 57 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 78 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 85 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 47 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 74 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 74 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 75 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [null] in name. |
| 84 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 88 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 32 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 58 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 64 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 65 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 65 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 65 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [null] in name. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 28 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 35 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 41 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 58 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 67 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=someName, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 67 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=someName, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [someName] in name. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 84 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 50 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 63 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=someName, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 64 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=someName, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 64 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [someName] in name. |
| 75 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 82 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 26 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 32 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 38 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 70 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 71 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=someName, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 72 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=someName, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 78 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 86 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 33 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 38 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 56 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 65 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 66 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 66 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 73 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 23 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 70 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 81 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 82 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 91 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 25 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 57 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 77 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 77 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 82 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 89 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 21 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 39 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 39 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 40 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 57 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 70 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 75 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 84 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 89 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 89 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 90 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 94 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 1 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 25 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 77 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 77 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 82 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 88 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 35 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 42 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 73 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 81 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 82 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 88 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 93 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 30 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 41 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 61 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 74 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 81 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 82 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 92 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 38 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 58 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 96 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 96 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 96 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 101 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 109 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [someUnknownName] in name. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 50 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 61 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 84 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 92 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 98 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 105 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 111 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 111 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 112 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 118 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 126 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 26 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [someUnknownName] in name. |
| 33 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 39 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 51 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 57 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 69 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 79 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 86 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 92 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 97 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 105 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 105 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 106 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 120 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 69 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 83 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 88 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 94 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 100 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 100 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 105 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 30 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 58 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 70 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 82 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 93 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 98 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 103 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 110 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 110 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 111 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 117 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 124 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 93 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 99 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 106 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 107 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 109 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 113 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 118 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 30 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 46 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [null] in name. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 76 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 82 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 94 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 100 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 101 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 106 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 114 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 74 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 88 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 95 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 104 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 104 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 105 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 111 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 117 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 64 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 70 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 83 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 94 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 95 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 95 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 99 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 106 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 30 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 43 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 50 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 65 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 71 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 78 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 83 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 101 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 101 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 106 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [test] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 35 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 49 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 56 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 73 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 86 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 90 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 101 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 102 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 103 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 107 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 116 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [] in name. |
| 27 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 58 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 73 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 88 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 93 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 108 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 108 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 109 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 113 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 122 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [] in name. |
| 36 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 48 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 53 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 75 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 83 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 90 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 97 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 103 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 107 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 116 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 117 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 117 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 122 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 130 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [null] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 14 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| 30 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 37 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 44 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 66 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 72 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 82 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 89 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 89 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 89 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 97 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 106 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 21 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [] in gender. |
| 34 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 41 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 47 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| 54 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 72 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 81 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 87 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 93 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 109 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 109 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 110 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 115 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 119 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [wrongGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [wrongGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [wrongGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [wrongGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [wrongGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 24 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [wrongGender] in gender. |
| 55 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 62 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 67 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| 73 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 86 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 91 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 96 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 104 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 109 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 116 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 123 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 129 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 130 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 130 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 137 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 141 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [badGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [badGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [badGender] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 31 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 39 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 47 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| 56 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| 63 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 69 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 80 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 84 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 89 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 94 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 99 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 104 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 120 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 121 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 122 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 129 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 134 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| 21 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 29 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| 41 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 50 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 59 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| 66 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| 77 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 83 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 90 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 95 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 100 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 107 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 112 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 116 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 121 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 129 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 129 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 129 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 133 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 137 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| 18 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 26 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: true |
| 40 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someHouse house from DB. |
| 45 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 52 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [badName] in name. |
| 60 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [null] in gender. |
| 68 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 75 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 0. |
| 79 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 86 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [Test Wizard] in name. |
| 92 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 96 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 103 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of someOtherHouse house from DB. |
| 110 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of null house from DB. |
| 116 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 124 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 124 | main | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=null, species=null, gender=null, house=null, dateOfBirth=null, yearOfBirth=0, ancestry=null, eyeColour=null, hairColour=null, wand=null, patronus=null, hogwartsStudent=false, hogwartsStaff=false, actor=null, alive=false, image=null] |
| 129 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 136 | main | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: preloading data from Harry Potter API into social site db... |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 846 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 846 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 925 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 926 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 929 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 929 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 929 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 930 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 932 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 933 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 933 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 934 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 938 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 939 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 939 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 941 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 941 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 945 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 946 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 949 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 949 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 950 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 952 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 952 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 953 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 956 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 956 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 958 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 958 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 962 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 962 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 965 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 965 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 968 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 968 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 969 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 972 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 972 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 972 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 972 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 975 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 975 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 980 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 980 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 980 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 980 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 983 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 983 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 983 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 984 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 987 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 988 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 988 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 988 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 990 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 991 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 991 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 993 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 994 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 995 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 995 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 998 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 999 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 999 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 999 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1003 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1003 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1004 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1006 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1007 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1007 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1010 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1010 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1011 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1012 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$a304e295: preload data is now complete. |
| 20559 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 20578 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: preloading data from Harry Potter API into social site db... |
| 841 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 842 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 842 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 842 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 893 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 893 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 895 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 896 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 896 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 896 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 898 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 898 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 898 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 898 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 901 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 901 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 902 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 903 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 904 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 904 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 904 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 906 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 906 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 906 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 906 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 908 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 908 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 909 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 909 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 911 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 911 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 911 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 911 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 913 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 913 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 913 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 913 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 915 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 915 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 915 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 915 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 917 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 917 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 917 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 917 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 920 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 920 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 920 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 920 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 923 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 923 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 926 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 926 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 928 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 928 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 928 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 929 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 931 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 932 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 932 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 932 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 934 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 934 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 934 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 935 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 936 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 937 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 937 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 938 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 938 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 939 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 940 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 940 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 942 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 942 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 944 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 944 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 946 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 946 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 947 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 948 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 948 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 949 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$46d78103: preload data is now complete. |
| 30672 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 30672 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 30822 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 35954 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 35959 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 40220 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:66 | WizardController: User is making a GET request to retrieve characters from DB by house Ravenclaw |
| 40220 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of Ravenclaw house from DB. |
| 40249 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:68 | WizardController: Character list has been retrieved. List size: 2. |
| 45082 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:75 | WizardController: User is making a GET request to retrieve characters from DB by house |
| 45082 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:43 | WizardServiceImpl: retrieving the list of house members of house from DB. |
| 45084 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:77 | WizardController: Character list has been retrieved. List size: 3. |
| 51378 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:83 | WizardController: User is making a GET request to retrieve characters from DB by nameA |
| 51378 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:82 | WizardServiceImpl: retrieving the list of characters that contains: [A] in name. |
| 51386 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:85 | WizardController: Character list has been retrieved. List size: 18. |
| 57406 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:91 | WizardController: User is making a GET request to retrieve characters from DB by given gender: male |
| 57407 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:89 | WizardServiceImpl: retrieving the list of characters that are: [male] in gender. |
| 57413 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:93 | WizardController: Character list has been retrieved. List size: 17. |
| 63830 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 63831 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 63836 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:101 | WizardController: Character list has been retrieved. List size: 11. |
| 67471 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:107 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts staff. |
| 67471 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:37 | WizardServiceImpl: retrieving the list of Hogwarts staff members from DB. |
| 67474 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:109 | WizardController: Character list has been retrieved. List size: 8. |
| 71288 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:115 | WizardController: User is making a GET request to retrieve characters from DB with living status as false |
| 71289 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:96 | WizardServiceImpl: retrieving the list of characters from DB that are living status of: false |
| 71294 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:117 | WizardController: Character list has been retrieved. List size: 7. |
| 185312 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:99 | WizardController: User is making a GET request to retrieve characters from DB that are Hogwarts students. |
| 185312 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:31 | WizardServiceImpl: retrieving the list of Hogwarts students from DB. |
| 185315 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:101 | WizardController: Character list has been retrieved. List size: 11. |
| 237306 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 237306 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 237314 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 463995 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 463995 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 464002 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 501033 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 501034 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 501039 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 595630 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 595630 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 595638 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 935743 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 935743 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 935748 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 1170443 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1170443 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1170455 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 1327002 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1327002 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1327008 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 1351504 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1351505 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1351509 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 2173021 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2173026 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 2484398 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2484400 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 2672902 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2672903 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 2782697 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2782699 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 2834418 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2834421 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 2902998 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2903000 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 2906424 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 2906427 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 3444418 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 3444421 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 3456780 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 3456789 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 3540572 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 3540575 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 3578098 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 3578100 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 4087541 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 4087542 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 4113160 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 4113162 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 4151819 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 4151821 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 4184026 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 4184029 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:45 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: preloading data from Harry Potter API into social site db... |
| 967 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 967 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 968 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 968 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Harry Potter, species=human, gender=male, house=Gryffindor, dateOfBirth=31-07-1980, yearOfBirth=1980, ancestry=half-blood, eyeColour=green, hairColour=black, wand=Wand [wandId=0, wood=holly, core=phoenix feather, length=11], patronus=stag, hogwartsStudent=true, hogwartsStaff=false, actor=Daniel Radcliffe, alive=true, image=http://hp-api.herokuapp.com/images/harry.jpg] |
| 1014 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1014 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1014 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1015 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Hermione Granger, species=human, gender=female, house=Gryffindor, dateOfBirth=19-09-1979, yearOfBirth=1979, ancestry=muggleborn, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=vine, core=dragon heartstring, length=0], patronus=otter, hogwartsStudent=true, hogwartsStaff=false, actor=Emma Watson, alive=true, image=http://hp-api.herokuapp.com/images/hermione.jpeg] |
| 1017 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1017 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1018 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1018 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ron Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=01-03-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=willow, core=unicorn tail-hair, length=14], patronus=Jack Russell terrier, hogwartsStudent=true, hogwartsStaff=false, actor=Rupert Grint, alive=true, image=http://hp-api.herokuapp.com/images/ron.jpg] |
| 1020 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1020 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1020 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1021 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Draco Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=05-06-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=hawthorn, core=unicorn tail-hair, length=10], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Tom Felton, alive=true, image=http://hp-api.herokuapp.com/images/draco.jpg] |
| 1023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1023 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1023 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Minerva McGonagall, species=human, gender=female, house=Gryffindor, dateOfBirth=04-10-1925, yearOfBirth=1925, ancestry=, eyeColour=, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=tabby cat, hogwartsStudent=false, hogwartsStaff=true, actor=Dame Maggie Smith, alive=true, image=http://hp-api.herokuapp.com/images/mcgonagall.jpg] |
| 1025 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1026 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1026 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1026 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cedric Diggory, species=human, gender=male, house=Hufflepuff, dateOfBirth=, yearOfBirth=1977, ancestry=, eyeColour=grey, hairColour=brown, wand=Wand [wandId=0, wood=ash, core=unicorn hair, length=12], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Robert Pattinson, alive=false, image=http://hp-api.herokuapp.com/images/cedric.png] |
| 1028 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1028 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1028 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1029 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Cho Chang, species=human, gender=female, house=Ravenclaw, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=swan, hogwartsStudent=true, hogwartsStaff=false, actor=Katie Leung, alive=true, image=http://hp-api.herokuapp.com/images/cho.jpg] |
| 1030 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1030 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1030 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1031 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Severus Snape, species=human, gender=male, house=Slytherin, dateOfBirth=09-01-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=doe, hogwartsStudent=false, hogwartsStaff=true, actor=Alan Rickman, alive=false, image=http://hp-api.herokuapp.com/images/snape.jpg] |
| 1032 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1032 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1033 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1033 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Rubeus Hagrid, species=half-giant, gender=male, house=Gryffindor, dateOfBirth=06-12-1928, yearOfBirth=1928, ancestry=half-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=oak, core=, length=16], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Robbie Coltrane, alive=true, image=http://hp-api.herokuapp.com/images/hagrid.png] |
| 1034 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1035 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1035 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1035 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Neville Longbottom, species=human, gender=male, house=Gryffindor, dateOfBirth=30-07-1980, yearOfBirth=1980, ancestry=pure-blood, eyeColour=, hairColour=blonde, wand=Wand [wandId=0, wood=cherry, core=unicorn tail-hair, length=13], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Matthew Lewis, alive=true, image=http://hp-api.herokuapp.com/images/neville.jpg] |
| 1037 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1037 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1037 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1037 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Luna Lovegood, species=human, gender=female, house=Ravenclaw, dateOfBirth=13-02-1981, yearOfBirth=1981, ancestry=, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=true, hogwartsStaff=false, actor=Evanna Lynch, alive=true, image=http://hp-api.herokuapp.com/images/luna.jpg] |
| 1040 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1040 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1040 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1040 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Ginny Weasley, species=human, gender=female, house=Gryffindor, dateOfBirth=11-08-1981, yearOfBirth=1981, ancestry=pure-blood, eyeColour=brown, hairColour=red, wand=Wand [wandId=0, wood=yew, core=, length=0], patronus=horse, hogwartsStudent=true, hogwartsStaff=false, actor=Bonnie Wright, alive=true, image=http://hp-api.herokuapp.com/images/ginny.jpg] |
| 1042 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1042 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1043 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1043 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Sirius Black, species=human, gender=male, house=Gryffindor, dateOfBirth=03-11-1959, yearOfBirth=1959, ancestry=pure-blood, eyeColour=grey, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=hare, hogwartsStudent=false, hogwartsStaff=false, actor=Gary Oldman, alive=false, image=http://hp-api.herokuapp.com/images/sirius.JPG] |
| 1045 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1045 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1045 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1046 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Remus Lupin, species=werewolf, gender=male, house=Gryffindor, dateOfBirth=10-03-1960, yearOfBirth=1960, ancestry=half-blood, eyeColour=green, hairColour=brown, wand=Wand [wandId=0, wood=cypress, core=unicorn tail-hair, length=10], patronus=wolf, hogwartsStudent=false, hogwartsStaff=true, actor=David Thewlis, alive=false, image=http://hp-api.herokuapp.com/images/lupin.jpg] |
| 1048 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1048 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1048 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1048 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Arthur Weasley, species=human, gender=male, house=Gryffindor, dateOfBirth=06-02-1950, yearOfBirth=1950, ancestry=pure-blood, eyeColour=blue, hairColour=red, wand=Wand [wandId=0, wood=, core=, length=0], patronus=weasel, hogwartsStudent=false, hogwartsStaff=false, actor=Mark Williams, alive=true, image=http://hp-api.herokuapp.com/images/arthur.jpg] |
| 1050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1050 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1050 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Bellatrix Lestrange, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=1951, ancestry=pure-blood, eyeColour=brown, hairColour=black, wand=Wand [wandId=0, wood=walnut, core=dragon heartstring, length=12], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Helena Bonham Carter, alive=false, image=http://hp-api.herokuapp.com/images/bellatrix.jpg] |
| 1053 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1053 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1053 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1053 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lord Voldemort, species=human, gender=male, house=Slytherin, dateOfBirth=31-12-1926, yearOfBirth=1926, ancestry=half-blood, eyeColour=red, hairColour=bald, wand=Wand [wandId=0, wood=yew, core=phoenix feather, length=13], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Ralph Fiennes, alive=false, image=http://hp-api.herokuapp.com/images/voldemort.jpg] |
| 1056 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1056 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1056 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1056 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Horace Slughorn, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=green, hairColour=blonde, wand=Wand [wandId=0, wood=cedar, core=dragon heartstring, length=10], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Jim Broadbent, alive=true, image=http://hp-api.herokuapp.com/images/slughorn.JPG] |
| 1060 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1061 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1061 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1061 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Kingsley Shacklebolt, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=brown, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=lynx, hogwartsStudent=false, hogwartsStaff=false, actor=George Harris, alive=true, image=http://hp-api.herokuapp.com/images/kingsley.jpg] |
| 1064 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1064 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1065 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1065 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Dolores Umbridge, species=human, gender=female, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=half-blood, eyeColour=brown, hairColour=grey, wand=Wand [wandId=0, wood=birch, core=dragon heartstring, length=8], patronus=persian cat, hogwartsStudent=false, hogwartsStaff=true, actor=Imelda Staunton, alive=true, image=http://hp-api.herokuapp.com/images/umbridge.jpg] |
| 1068 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1068 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1068 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1068 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Lucius Malfoy, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=1954, ancestry=pure-blood, eyeColour=grey, hairColour=blonde, wand=Wand [wandId=0, wood=elm, core=dragon heartstring, length=18], patronus=, hogwartsStudent=false, hogwartsStaff=false, actor=Jason Isaacs, alive=true, image=http://hp-api.herokuapp.com/images/lucius.jpg] |
| 1071 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1072 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1072 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1072 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Vincent Crabbe, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=black, hairColour=black, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Jamie Waylett, alive=false, image=http://hp-api.herokuapp.com/images/crabbe.jpg] |
| 1075 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1075 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1075 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1075 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Gregory Goyle, species=human, gender=male, house=Slytherin, dateOfBirth=, yearOfBirth=0, ancestry=pure-blood, eyeColour=, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=true, hogwartsStaff=false, actor=Josh Herdman, alive=true, image=http://hp-api.herokuapp.com/images/goyle.jpg] |
| 1077 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1077 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1078 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1078 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Mrs Norris, species=cat, gender=female, house=, dateOfBirth=, yearOfBirth=0, ancestry=, eyeColour=yellow, hairColour=brown, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=Maxime, Alanis and Tommy the cats, alive=true, image=http://hp-api.herokuapp.com/images/norris.JPG] |
| 1081 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:55 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: character from external URL - Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1081 | restartedMain | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:49 | WizardServiceImpl: saving character into DB. |
| 1082 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:50 | WizardServiceImpl: new character data received from controller: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1082 | restartedMain | DEBUG | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:70 | WizardServiceImpl: character being saved is: Wizard [id=0, name=Argus Filch, species=human, gender=male, house=, dateOfBirth=, yearOfBirth=0, ancestry=squib, eyeColour=, hairColour=grey, wand=Wand [wandId=0, wood=, core=, length=0], patronus=, hogwartsStudent=false, hogwartsStaff=true, actor=David Bradley, alive=true, image=http://hp-api.herokuapp.com/images/filch.jpg] |
| 1083 | restartedMain | INFO | com.azhya.HarryPotterAPI.HarryPotterApiApplication | HarryPotterApiApplication.java:64 | HarryPotterApiApplication$$EnhancerBySpringCGLIB$$e06133a6: preload data is now complete. |
| 698148 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 698197 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 749737 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 749740 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 773603 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 773611 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 919737 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 919740 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 966357 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 25. |
| 966360 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Argus Filch. |
| 1260257 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1260258 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1260604 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 1291396 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 1291402 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 1292321 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 1292326 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 1338521 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1338523 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1338547 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 1681865 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 1681865 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 1681887 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 1690003 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 1690007 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 1690344 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 1690347 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 1740325 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 1740328 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2153118 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2153124 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2163419 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2163421 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2189539 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2189544 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2221824 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2221828 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2259235 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2259237 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2288567 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2288572 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2389800 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2389807 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2500645 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2500649 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2643226 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2643229 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2665816 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2665818 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2693446 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2693449 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 2950377 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 2950381 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3040272 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3040274 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3107832 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3107834 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3134398 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3134401 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3169562 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3169565 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3228058 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3228060 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3268163 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3268166 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3348890 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3348893 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3380720 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3380722 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3394941 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3394945 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3445872 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3445875 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3525823 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3525826 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3676969 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3676973 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3701430 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3701433 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3763952 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3763957 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 3979898 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 3979902 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4032547 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4032550 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4060285 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4060287 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4069276 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4069278 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4403111 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4403115 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4492891 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4492893 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4504483 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4504486 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4527397 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4527399 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4608472 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4608475 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4656912 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4656914 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4687428 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4687428 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4710463 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4710466 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4781280 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4781282 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4869921 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4869923 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 4987261 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 4987263 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 5021515 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 5021516 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 5158189 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 5158193 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 5253704 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 5253708 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 5302483 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 5302486 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 5858211 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 5858217 | http-nio-8086-exec-8 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6065490 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6065493 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6236578 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6236581 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6316434 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6316436 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6324299 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6324300 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6348309 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6348312 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6355459 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6355461 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6458038 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6458041 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6554446 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6554449 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6598289 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6598291 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6671233 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6671235 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6760572 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6760575 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6770367 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6770369 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6803413 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6803417 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6834491 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6834493 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6852485 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6852487 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6868336 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6868339 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6913084 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6913087 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6918358 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6918362 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6930709 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6930711 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6956001 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6956002 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 6960196 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 6960198 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7025706 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7025709 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7076791 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7076793 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7088644 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7088648 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7109516 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7109521 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7171654 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7171658 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7179585 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7179588 | http-nio-8086-exec-4 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7201227 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7201228 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7218298 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7218299 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7292175 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7292177 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7312971 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7312973 | http-nio-8086-exec-10 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7340941 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 1. |
| 7340943 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Harry Potter. |
| 7483542 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 7483543 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 7483555 | http-nio-8086-exec-5 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 7490827 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 24. |
| 7490827 | http-nio-8086-exec-6 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Mrs Norris. |
| 7491522 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 24. |
| 7491523 | http-nio-8086-exec-7 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Mrs Norris. |
| 8018058 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 8018058 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 8018065 | http-nio-8086-exec-9 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |
| 8031861 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 3. |
| 8031864 | http-nio-8086-exec-1 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Ron Weasley. |
| 8032068 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:76 | WizardServiceImpl: retrieving character from DB with id: 3. |
| 8032069 | http-nio-8086-exec-3 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:60 | WizardController: Character has been retrieved: Ron Weasley. |
| 8042714 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:51 | WizardController: User is making a GET request to retrieve characters from DB. |
| 8042714 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.services.WizardServiceImpl | WizardServiceImpl.java:25 | WizardServiceImpl: retrieving the list of characters from DB. |
| 8042721 | http-nio-8086-exec-2 | INFO | com.azhya.HarryPotterAPI.controllers.WizardController | WizardController.java:53 | WizardController: Character list has been retrieved. List size: 25. |